Last active
August 29, 2015 14:16
-
-
Save marcelmaatkamp/f664ee6a3de4e2f40098 to your computer and use it in GitHub Desktop.
ambassadord
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
docker run -d \ | |
--name backends \ | |
-p 10000:10000 \ | |
-v /var/run/docker.sock:/var/run/docker.sock \ | |
progrium/ambassadord --omnimode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment