We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docker container doenst include SSH. My scripts use SSH to connect to a machine, then execute a command. Is it possible to add SSH?
The text was updated successfully, but these errors were encountered:
I solved this problem by writing my own Dockerfile for adding the ssh client.
FROM bugy/script-server:latest RUN apt-get update RUN apt-get install -y openssh-client
Sorry, something went wrong.
IvanLi
Thank you! I was able to create it too.
No branches or pull requests
The docker container doenst include SSH. My scripts use SSH to connect to a machine, then execute a command. Is it possible to add SSH?
The text was updated successfully, but these errors were encountered: