L
L
lohmag2017-03-07 18:14:59
Docker
lohmag, 2017-03-07 18:14:59

How to recreate Docker container?

How to recreate a custom Docker container with new arguments, for example, I installed software that listens to ports and they need to be thrown from the parent system. Those. perform port forwarding as when starting docker run, but on an already created container.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
display: block, 2017-03-07
@qork

From the container you make a new image
From the new image you start the container
docker run ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question