You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
can you please add a normal Debian container without a desktop, which can be reached via SSH, which may also get its own IP address, and very importantly, the container data should be retained, even after a system restart.
If possible with file access to the root system to simply install your own programs, e.g. gpg or mc etc.
Thanks.
Example:
docker run -d --name debian-sshd
-e TZ=Asia/Tokyo
-e ROOT_PASSWORD=root
-p8022:22 \ #??? or own IP ???
takeyamajp/debian-sshd
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
can you please add a normal Debian container without a desktop, which can be reached via SSH, which may also get its own IP address, and very importantly, the container data should be retained, even after a system restart.
If possible with file access to the root system to simply install your own programs, e.g. gpg or mc etc.
Thanks.
Example:
docker run -d --name debian-sshd
-e TZ=Asia/Tokyo
-e ROOT_PASSWORD=root
-p8022:22 \ #??? or own IP ???
takeyamajp/debian-sshd
https://github.com/takeyamajp/docker-debian-sshd
Beta Was this translation helpful? Give feedback.
All reactions