Open obriensystems opened 5 years ago
see https://stackoverflow.com/questions/32163955/how-to-run-shell-script-on-host-from-docker-container/45059089
something like the following will require a copy of the ssh key into the container via a PV ssh -l ${USERNAME} ${HOSTNAME} "${SCRIPT}"
see https://stackoverflow.com/questions/32163955/how-to-run-shell-script-on-host-from-docker-container/45059089
something like the following will require a copy of the ssh key into the container via a PV ssh -l ${USERNAME} ${HOSTNAME} "${SCRIPT}"