This container provides ephemeral Linux BASH shells for use with OSX and iterm2.
It includes packages I commonly use such as various networking tools, awscli, docker and shell integration for iterm2.
docker build -t memmerson/dockershell .
docker run --rm memmerson/shell .
/usr/local/bin/docker run
-it
--rm
-v dockershell:/root
-v ~/Documents:/root/Documents
-v ~/Downloads:/root/Downloads
-v ~/.ssh:/root/.ssh
-v ~/.aws:/root/.aws
-v /var/run/docker.sock:/var/run/docker.sock
memmerson/dockershell
/bin/bash