mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Fix typo in comment
Signed-off-by: Dieter Reuter <dieter.reuter@me.com> (cherry picked from commit 430bf992d933a1a41d7e61e23ca8fa051e98659e) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
committed by
Tibor Vass
parent
dff3faf04e
commit
147f1ad348
@@ -389,7 +389,7 @@ do_install() {
|
||||
}
|
||||
|
||||
if [ "$lsb_dist" = "raspbian" ]; then
|
||||
# Create Raspbian specific systemd init file, use overlay by default
|
||||
# Create Raspbian specific systemd unit file, use overlay by default
|
||||
( set -x; $sh_c "mkdir -p /etc/systemd/system" )
|
||||
( set -x; $sh_c "$curl https://raw.githubusercontent.com/docker/docker/master/contrib/init/systemd/docker.service > /etc/systemd/system/docker.service" )
|
||||
( set -x; $sh_c "sed -i 's/dockerd/dockerd --storage-driver overlay/' /etc/systemd/system/docker.service" )
|
||||
|
||||
Reference in New Issue
Block a user