Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created November 17, 2014 01:52
Show Gist options
  • Save aliencode/eec7dbf26036f675a6f8 to your computer and use it in GitHub Desktop.
Save aliencode/eec7dbf26036f675a6f8 to your computer and use it in GitHub Desktop.
docker配置rest http服务

配置文件地址:

/etc/default/docker

开启配置:

DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment