Sign inSign up

samedwardes/shell

By samedwardes

Updated almost 4 years ago

Image
0

249

samedwardes/shell repository overview

Docker Shell

A baseline docker image for a linux shell environment. Includes commonly used tools:

  • Python
  • R
  • Vim
  • Git

Usage

# 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

Tag summary

Content type

Image

Digest

sha256:3de134ea7

Size

415.4 MB

Last updated

almost 4 years ago

docker pull samedwardes/shell