Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits 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.
replace ~ with $HOME for more reliable operation
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants