justinclayton/docker-racadm

Container can't find files passed in when trying to upload ssl certs.

Opened this issue · 0 comments

The container tells me that it can't files that I pass in with various commands via "-f" ... such as:

docker run -it justinclayton/racadm -r $DEPLOY_IDRAC_HOST -u $DEPLOY_IDRAC_USER -p $DEPLOY_IDRAC_PASS sslkeyupload -t 1 -f $DEPLOY_IDRAC_KEY

ERROR: Specified file <foo> does not exist.

Does the file need to be local to the container?