M
M
Maxim Lebedev2018-03-06 18:41:38
Docker
Maxim Lebedev, 2018-03-06 18:41:38

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

1 answer(s)
H
Hikmat Abdunabiev, 2018-03-07
@Khikmat

Docker: save/load container using tgz file (tar.gz)
for not running docker, use save:
for running or paused docker, use export:
load
gunzip -c mycontainer.tgz | docker load

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question