Sign inSign up

papkie/chrooted-shell

By papkie

Updated over 9 years ago

Debian image with chrooted shells (for amateur shells server)

Image
0

586

papkie/chrooted-shell repository overview

This image is not ready yet

This image is based on debian:jessie-lite

Installed packages

  • git
  • irssi
  • screen
  • npm
  • node
  • python
  • openssh-server
  • apache2
  • php5
  • php5-cli
  • wget
  • nano
  • sudo

Usage:

You have to run these commands as root

Example command to create and run container

docker run --name shell -d -p 2022:22 -p 8080:80 papkie/chrooted-shell

This command binds ssh to 2022 port and http to 8080

To create user:

/srv/createuser.sh username password

To delete user:

/srv/createuser.sh username password

root password is screencast

Exposed ports: 22 and 80

Tag summary

Content type

Image

Digest

Size

163 MB

Last updated

over 9 years ago

docker pull papkie/chrooted-shell