8000 GitHub - sramzln/debian-systemd-ssh: A Debian docker container with built in systemd and SSH.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sramzln/debian-systemd-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker debian-systemd-ssh

A Debian docker image with built-in systemd and ssh.


Docker Image Size (tag) Docker Image Size (tag)

⚠️ Take a look on Docksible to help you manage easily this image and test your deployments with Ansible.

❕ The image tag corresponds to the debian stable version.

Debian Version Docker image tag
Bullseye latest
Bullseye v11

Get the docker image

docker pull sramz/debian-systemd-ssh:latest

⚠️ Inside the container the root password is root by default. Of course, you should change it!

Manually run docker container

docker run \
    -tid --privileged \
    -v /sys/fs/cgroup:/sys/fs/cgroup \
    --cgroupns=host \ 
    sramz/debian-systemd-ssh:latest

Then, execute for example a shell inside your container:

docker exec ti <id_or_tag_of_your_container> bash

Thanks to

About

A Debian docker container with built in systemd and SSH.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0