Created
March 27, 2015 13:15
-
-
Save notverypc/10ee9f952cc03cfde7b9 to your computer and use it in GitHub Desktop.
InstallDockertext
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Ubuntu | |
options - OpenSSH | |
- Virtual Hosts. | |
Ran updates & installed | |
Installed VMWare Tools | |
Ran updates & installed | |
--- SnapShot taken | |
Intsalled Docker | |
Checked docker is working with Hello WOrld. | |
set firewall rule but firewall is diabled. | |
Upgraded Docker. | |
---- SnapShot Taken | |
Followed https://osxdominion.wordpress.com/2015/01/22/building-munki-with-docker/ | |
Changed name to stamford/munki | |
Following error/warning when running: | |
nginx:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. | |
Followed https://osxdominion.wordpress.com/2015/01/23/running-munki-in-docker/ | |
Chnaged /bin/echo nmcspadden/munki to /bin/echo stamford/munki | |
Changed docker run -d --name munki --volumes-from munki-data -p 80:80 -h munki nmcspadden/munki to docker run -d --name munki --volumes-from munki-data -p 80:80 -h munki stamford/munki | |
Checked http://<ip address>:80 and get 404 Not Found | |
Which is the same as slide 21 here http://www.slideshare.net/macbrained/introducing-docker-to-mac-management-nick-mcspadden | |
Note: Different version of ngnix | |
Added the SMB share and can connect via Finder, as per instructions. | |
Added the Munki Repo and Configured Munki. | |
Run Munki from terminal - ERROR: Could not retrieve manifest test_munki_client from the server: HTTP result 404: not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment