Problem Scenario
Sometimes the “docker save” command does not work as you would expect. You run the command on a Docker host, but it does not work. You might even try the -o flag or the –output=/tmp/destinationFileName.tar option. But the response may be an surprising error “Cowardly refusing to save to a terminal. Use the -o flag or redirect.” You want to copy a Docker image from one machine to another computer but problems get in your way.
…
Continue reading “Saving a Docker Image and Using It On A Different Server”