A baseline docker image for a linux shell environment. Includes commonly used tools:
# Pull the image
docker pull samedwardes/shell
# Run without a mounted volume
docker run -it --rm --volume samedwardes/shell:latest
# Run with a mounted volume
docker run -it --rm --volume $(pwd):/root/app samedwardes/shell:latest
Content type
Image
Digest
sha256:3de134ea7…
Size
415.4 MB
Last updated
almost 4 years ago
docker pull samedwardes/shell