dispshell
About
This is immutable and DISPosable SHELL container.
local - dispshell python base image
- docker-compose build local
- docker-compose run local
mine - dispshell/python user image
- docker-compose build mine
- docker-compose run mine
sshd - dispshell/python sshd image
- ssh-keygen -t rsa -b 2048 -f .ssh/id_rsa_user
- docker-compose build sshd
- docker-compose up sshd
- ssh 127.0.0.1 -p 10022 -i ./.ssh/id_rsa_user
node - dispshell node base image
- docker-compose build node
- docker-compose run node
dood - dispshell docker outside of docker
- docker-compose build dood
- docker-compose run dood