Skip to content

Commit

Permalink
fix(installer): failed to start docker daemon (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen authored Apr 8, 2022
1 parent 7525362 commit 7bbe02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/docker/tools/tke-installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ OPTIONS="--name tke-installer -d --privileged --net=host --restart=always
-v $INSTALL_DIR/conf:/app/conf
-v registry-certs:/app/certs
-v tke-installer-bin:/app/bin
-v /tmp:/tmp
-v /lib/modules/:/lib/modules/
"

RegistryHTTPOptions="--name registry-http -d --net=host --restart=always -p 80:5000
Expand Down

0 comments on commit 7bbe02b

Please sign in to comment.