Skip to content

Instantly share code, notes, and snippets.

@alpody
Created October 18, 2018 11:27
Show Gist options
  • Save alpody/5897641ab2af74c444d77df5ab7df5bd to your computer and use it in GitHub Desktop.
Save alpody/5897641ab2af74c444d77df5ab7df5bd to your computer and use it in GitHub Desktop.
when i try
docker swarm init --advertise-addr=192.168.56.105
I got message:
Error response from daemon: --live-restore daemon configuration is incompatible with swarm mode
I edit docker config
vi /etc/sysconfig/docker
and remove --live-restore options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment