Timeline for answer to Docker image + container vs. KVM / VMware / VirtualBox by AsenM
Current License: CC BY-SA 3.0
Post Revisions
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 30, 2018 at 20:00 | vote | accept | Socrates | ||
| Apr 19, 2018 at 12:46 | comment | added | Socrates |
@Lenniey There we go. So there is an easy way. Thanks a lot, just made my day! So, to transfer everything: docker commit <containername>, then docker save <imagename>, and docker load <imagename>. Fantastic! Thanks again to both of you!
|
|
| Apr 19, 2018 at 12:37 | comment | added | Lenniey | Yes, @Socrates, there are ways. For example docker commit. You create an image with your changes, move the image somewhere, create a new container using that image. | |
| Apr 19, 2018 at 12:31 | comment | added | AsenM | I don't know of such way, other than building new image of your working container and just running it on new machine. I'm sorry if I'm not helpful enough. | |
| Apr 19, 2018 at 12:29 | comment | added | Socrates | I mean, is there an easy way to transfer a container (with my changes, i.e. apps I installed) to another computer, so that I can continue my work on the exact same Docker container, but on the other computer? | |
| Apr 19, 2018 at 12:26 | comment | added | AsenM | Yes docker container is ran by image, just run the image on another machine. | |
| Apr 19, 2018 at 12:24 | comment | added | Socrates | Thanks for your input. I understand that Docker has a lower overhead compared to traditional VMs. Is there an easy way to move a docker container without using kubernetes? | |
| Apr 19, 2018 at 12:15 | history | answered | AsenM | CC BY-SA 3.0 |