Created
November 10, 2016 15:37
-
-
Save beevelop/f039da4dd6c6303ea5bc1772ba36df98 to your computer and use it in GitHub Desktop.
Allows to access Docker containers / images from a docker-machine node.
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
#!/bin/sh | |
sudo usermod -aG docker ubuntu | |
newgrp docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment