Skip to content
New issue

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

Allow override of private key, docker image and docker command #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tpd1001
Copy link

@tpd1001 tpd1001 commented May 16, 2023

Allow override of private key, docker image and docker command to make script more portable.

Passing a $1 param to the script loads that private key from the ~/.ssh dir instead of the default id_rsa. The image on Docker Hub is suggested in the comment for an alternative to having built your own image. If you are using a different CRI, you should be able to override the docker command with the one you are using. Also some minor word tweaks.

…e script more portable.

Passing a $1 param to the script loads that private key from the ~/.ssh diri instead of the default id_rsa.
The image on Docker Hub is suggested in the comment for an alternative to having built your own image.
If you are using a different CRI, you should be able to override the docker command with the one you are using.
Also some minor word tweaks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants