diff options
| author | sickcodes <[email protected]> | 2021-03-02 15:51:00 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-02 15:51:00 +0000 |
| commit | 60daed5e3a019e87e12e33da4a402c81dc9388cf (patch) | |
| tree | 289ad98d9f69a0ea87c4b81e2e8dd1796895f5a2 | |
| parent | Merge pull request #160 from sickcodes/vmxnet3 (diff) | |
| parent | Update README.md (diff) | |
| download | docker-osx-60daed5e3a019e87e12e33da4a402c81dc9388cf.tar.xz docker-osx-60daed5e3a019e87e12e33da4a402c81dc9388cf.zip | |
Merge pull request #161 from edsonboldrini/patch-1
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,9 +47,9 @@ Thank you to @cephasara for this major contribution. ### There are 3 images: **latest**, **auto** and **naked**. -`sickcodes/docker-osx:latest` - [I want to try it out.](https://github.com/sickcodes/Docker-OSX#quick-start-175gb-pre-made-image) +`sickcodes/docker-osx:latest` - [I want to try it out.](https://github.com/sickcodes/Docker-OSX#quick-start-large-pre-made-image) -`sickcodes/docker-osx:latest` - [I want to use Docker-OSX to develop/secure Apps in Xcode (sign into Xcode, Transporter)](https://github.com/sickcodes/Docker-OSX#quick-start-docker-osx) +`sickcodes/docker-osx:latest` - [I want to use Docker-OSX to develop/secure Apps in Xcode (sign into Xcode, Transporter)](https://github.com/sickcodes/Docker-OSX#basic-quick-start-docker-osx) `sickcodes/docker-osx:naked` - [I want to use Docker-OSX in CI/CD (sign into Xcode, Transporter)](https://github.com/sickcodes/Docker-OSX#fully-headless-using-my-own-image-for-cicd) Create your personal image using `:latest`. And then pull your image out. And then use duplicate that image again & again for use in `:naked`. |