set LimitCORE=infinity to ensure complete core creation, allows extraction of as much information as possible. Thanks to Ulrich Obergfell <uobergfe@redhat.com> and Jeremy Eder <jeder@redhat.com> Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> Upstream-commit: ae9cdbbde7824951b124a648e897ac4c291108e3 Component: engine
16 lines
312 B
Desktop File
16 lines
312 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.com
|
|
After=network.target docker.socket
|
|
Requires=docker.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/docker -d -H fd://
|
|
MountFlags=slave
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|