All Projects → Docker-Hub-frolvlad → docker-alpine-bash

Docker-Hub-frolvlad / docker-alpine-bash

Licence: MIT license
Docker image with Bash and complete utils (busybox replacements) (10MB)

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-alpine-bash

bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (+8%)
Mutual labels:  alpine
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-48%)
Mutual labels:  alpine
drupal
Vanilla Drupal docker container image
Stars: ✭ 19 (-24%)
Mutual labels:  alpine
xen-orchestra-ce
🐳 Docker & docker-compose files to deploy Xen Orchestra Community Edition (ie: from sources)
Stars: ✭ 70 (+180%)
Mutual labels:  alpine
docker-alpine-radius
Lightweight and fast Freeradius3 server, the image is based on the minimalistic Alpine Linux.
Stars: ✭ 25 (+0%)
Mutual labels:  alpine
docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (+4%)
Mutual labels:  alpine
docker-serveo
https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.
Stars: ✭ 91 (+264%)
Mutual labels:  alpine
drupal-php
PHP docker container image for Drupal
Stars: ✭ 56 (+124%)
Mutual labels:  alpine
rpi-home-cluster-setup
Automated way to set up your own kubernetes cluster on Raspberry Pi. Includes memory card preparation, nodes bootstrap and kubernetes services configuration
Stars: ✭ 111 (+344%)
Mutual labels:  alpine
docker flutter
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
Stars: ✭ 33 (+32%)
Mutual labels:  alpine
alpine
🌍 `alpine` Docker image for multiple architectures
Stars: ✭ 81 (+224%)
Mutual labels:  alpine
django-docker
Toy project. Trying to use Django inside a Docker container for both local development and production deployment.
Stars: ✭ 18 (-28%)
Mutual labels:  alpine
gryllidae
Opinionated CNCF-based, Docker Compose setup for everything needed to develop a 12factor app
Stars: ✭ 18 (-28%)
Mutual labels:  alpine
xx
Dockerfile cross-compilation helpers
Stars: ✭ 124 (+396%)
Mutual labels:  alpine
mage2docker
A performant, replicable, and production-like alpine Magento 2 local development environment that leverages Docker.
Stars: ✭ 37 (+48%)
Mutual labels:  alpine
go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+256%)
Mutual labels:  alpine
tensorflow-alpine
TensorFlow in Alpine Linux
Stars: ✭ 12 (-52%)
Mutual labels:  alpine
docker-dolibarr
🐳 🐘 Docker image for Dolibarr.
Stars: ✭ 58 (+132%)
Mutual labels:  alpine
docker-jre
Lean JRE 8 Docker container
Stars: ✭ 25 (+0%)
Mutual labels:  alpine
docker-java-node
🐳 OpenJDK JRE or JDK (8,11 or 17) with Node.js 14 LTS (Fermium) or 16 LTS (Gallium) Docker image
Stars: ✭ 56 (+124%)
Mutual labels:  alpine

Docker Stars Docker Pulls

Bash Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Bash (Bourne Again SHell) with some useful tools (e.g., complete implementations of grep, sed, awk, bc, head, tail, and etc).

This image is only 10MB on disk.

Usage Example

$ docker run --rm frolvlad/alpine-bash bash -c 'echo "Hello World"'

Once you have run this command you will get printed 'Hello World' from Bash!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].