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 [email protected]:/path/on/remoteLoad the image on the production host
docker load -i /path/on/remote/wsc_app.tarRun the container on the production host
Verify
Last updated
Was this helpful?