Skip to content

Instantly share code, notes, and snippets.

@beevelop
Created November 10, 2016 15:37
Show Gist options
  • Save beevelop/f039da4dd6c6303ea5bc1772ba36df98 to your computer and use it in GitHub Desktop.
Save beevelop/f039da4dd6c6303ea5bc1772ba36df98 to your computer and use it in GitHub Desktop.
Allows to access Docker containers / images from a docker-machine node.
#!/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