Answer the question
In order to leave comments, you need to log in
Building a patch from docker registry?
Good afternoon! There is a local docker registry and a docker registry, which is located on another server without internet access. Task: compile a patch from the local docker registry, write it to an external hard drive, then connect this hard drive to a server without the Internet, update the docker registry on this server.
Recommend how best to do this or poke your nose where you can see an example?
Answer the question
In order to leave comments, you need to log in
Docker: save/load container using tgz file (tar.gz)
for not running docker, use save:
for running or paused docker, use export:
loadgunzip -c mycontainer.tgz | docker load
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question