Replies: 1 comment
-
If you must run SSH in the same container, then you need to create a custom S6 "long run" service: https://github.com/just-containers/s6-overlay If you're looking to run a separate SSH container, I'm working on a new version of this: https://github.com/serversideup/docker-ssh Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys,
I am facing a issue when I try to add a SSH server for Azure App Service
I have already added a 00-custom-script.sh to /etc/entrypoint.d/,
then run on it, it's got error
It seems need running this command in root permission
Container start log:
Dockerfile:
99-server-script.sh
then I go in container command line, run
service ssh status sshd is not running ... failed!
Please help !! Many Thanks guys
Beta Was this translation helpful? Give feedback.
All reactions