Skip to content

SamEdwardes/docker-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A baseline docker image for a linux shell environment.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages