Skip to content

Instantly share code, notes, and snippets.

@f4rx
Created November 28, 2019 10:24
Show Gist options
  • Save f4rx/9bbfc237b120d0b72f6af86f37959592 to your computer and use it in GitHub Desktop.
Save f4rx/9bbfc237b120d0b72f6af86f37959592 to your computer and use it in GitHub Desktop.
Починка docker

Чтобы починить приложение можно зайти по ssh на хост с приложение

ssh app root@<floating_ip>

и перезапустить сервисы

docker restart consul
docker restart guestbookapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment