mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
Update docker.com url
This commit is contained in:

committed by
Kelsey Hightower

parent
6609858e67
commit
dc5fc10559
@@ -77,7 +77,7 @@ Create the Docker systemd unit file:
|
|||||||
cat > docker.service <<EOF
|
cat > docker.service <<EOF
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=http://docs.docker.io
|
Documentation=http://docs.docker.com
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/docker daemon \\
|
ExecStart=/usr/bin/docker daemon \\
|
||||||
|
Reference in New Issue
Block a user