Skip to content

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants