mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
690cae0ef4
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class docker {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
content => template("docker/dockerd.conf"),
|
||||
require => Exec["fetch-docker"],
|
||||
require => Exec["copy-docker-bin"],
|
||||
}
|
||||
|
||||
file { "/home/vagrant":
|
||||
|
|
|
@ -8,5 +8,5 @@ respawn
|
|||
|
||||
script
|
||||
test -f /etc/default/locale && . /etc/default/locale || true
|
||||
LANG=$LANG LC_ALL=$LANG /usr/local/bin/docker -d
|
||||
LANG=$LANG LC_ALL=$LANG /usr/local/bin/docker -d >> /var/log/dockerd 2>&1
|
||||
end script
|
||||
|
|
Loading…
Add table
Reference in a new issue