Fix typo in comment

Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
(cherry picked from commit 430bf992d9)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Dieter Reuter 2016-07-20 02:05:54 +02:00 committed by Tibor Vass
parent dff3faf04e
commit 147f1ad348
1 changed files with 1 additions and 1 deletions

View File

@ -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" )