diff options
| author | sickcodes <[email protected]> | 2021-02-24 11:49:20 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-24 11:49:20 +0000 |
| commit | 7886e0fd065bfaaa773787aed2ac055061abd388 (patch) | |
| tree | c3d0382710481b00abfca688b1386aed86acc58a /README.md | |
| parent | TSV output, for easier scripting (diff) | |
| download | docker-osx-7886e0fd065bfaaa773787aed2ac055061abd388.tar.xz docker-osx-7886e0fd065bfaaa773787aed2ac055061abd388.zip | |
Add --output-env <filename> && --output-bootdisk <filename>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -499,30 +499,7 @@ sudo mv somedir/mac_hdd_ng.img . # Use an Old Docker-OSX Disk in a Fresh Container (Replication) -You do not have to reinstall everything, you can simply: - -- start a new container - -- overwrite the .img in the new container with your big old one - -```bash - -# start a new docker-osx container -# you can start with ssh, without, or vnc, because they are all interchangable. - -# get the NEW container id -docker ps - -# docker cp your OLD disk into the NEW container -docker cp ./mac_hdd_ng.img newcontainerid:/home/arch/OSX-KVM/mac_hdd_ng.img - -# kill the NEW container -docker kill newcontainerid - -# start the NEW container and it just works -docker start newcontainerid - -``` +[Use the sickcodes/docker-osx:naked image.](https://github.com/sickcodes/Docker-OSX/tree/custom-identity#quick-start-own-image) # DESTROY: Wipe old images to free disk space |