Created
September 9, 2015 15:45
-
-
Save fcofdez/51c494a723d21da6c330 to your computer and use it in GitHub Desktop.
This file contains 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
Client: | |
Version: 1.8.1 | |
API version: 1.20 | |
Go version: go1.4.2 | |
Git commit: d12ea79 | |
Built: Thu Aug 13 02:33:17 UTC 2015 | |
OS/Arch: linux/amd64 | |
Server: | |
Version: 1.8.1 | |
API version: 1.20 | |
Go version: go1.4.2 | |
Git commit: d12ea79 | |
Built: Thu Aug 13 02:33:17 UTC 2015 | |
OS/Arch: linux/amd64 |
This file contains 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
[Unit] | |
Description=Docker Socket for the API | |
PartOf=docker.service | |
[Socket] | |
ListenStream=/var/run/docker.sock | |
SocketMode=0660 | |
SocketUser=root | |
SocketGroup=docker | |
[Install] | |
WantedBy=sockets.target |
This file contains 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
[Unit] | |
Description=Docker Application Container Engine | |
Documentation=https://docs.docker.com | |
After=network.target docker.socket | |
Requires=docker.socket | |
[Service] | |
Type=notify | |
ExecStart=/usr/bin/docker daemon -H fd:// | |
MountFlags=slave | |
LimitNOFILE=1048576 | |
LimitNPROC=1048576 | |
LimitCORE=infinity | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment