Skip to content

Instantly share code, notes, and snippets.

@yamamoto-febc
Last active April 16, 2016 12:47
Show Gist options
  • Select an option

  • Save yamamoto-febc/7fe49accee8d79304031b906d09ebe0b to your computer and use it in GitHub Desktop.

Select an option

Save yamamoto-febc/7fe49accee8d79304031b906d09ebe0b to your computer and use it in GitHub Desktop.
# ローカルdockerへの接続
docker -H unix:///var/run/docker.sock 〜
# TCP経由の場合
docker -H tcp://192.168.0.11:2376 〜
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment