Build without internet connection
What you need
Save the image to a tar archive
docker save -o wsc_app.tar local/wsc_appTransfer the tar file to the production host
scp wsc_app.tar REMOTE_USER@xx.xx.xx.xx:/path/on/remoteLoad the image on the production host
docker load -i /path/on/remote/wsc_app.tarRun the container on the production host
Last updated
Was this helpful?

