Sign inSign up

zzzcat/dispshell

By zzzcat

Updated over 6 years ago

this is immutable and DISPosable SHELL

Image
0

1.3K

zzzcat/dispshell repository overview

dispshell

About

This is immutable and DISPosable SHELL container.

local - dispshell python base image

  1. docker-compose build local
  2. docker-compose run local

mine - dispshell/python user image

  1. docker-compose build mine
  2. docker-compose run mine

sshd - dispshell/python sshd image

  1. ssh-keygen -t rsa -b 2048 -f .ssh/id_rsa_user
  2. docker-compose build sshd
  3. docker-compose up sshd
  4. ssh 127.0.0.1 -p 10022 -i ./.ssh/id_rsa_user

node - dispshell node base image

  1. docker-compose build node
  2. docker-compose run node

dood - dispshell docker outside of docker

  1. docker-compose build dood
  2. docker-compose run dood

Tag summary

Content type

Image

Digest

Size

125.7 MB

Last updated

over 6 years ago

docker pull zzzcat/dispshell