Created
September 25, 2017 18:06
-
-
Save parthaa/5ec38d5edc0efd8e813685a681e0f713 to your computer and use it in GitHub Desktop.
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
- yum install docker | |
- in /etc/sysconfig/docker | |
OPTIONS='--selinux-enabled --log-driver=journald --signature-verification=false --debug=true -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock' | |
- service docker restart | |
- In satellite/katello create a new compute resource with the followiung settings | |
Provider Docker | |
URL http://0.0.0.0:2375 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment