Skip to content

How is server reboot handled? #369

Discussion options

You must be logged in to vote

@intrip seems like you are wrong. All containers managed with MRSK are started with --restart unless-stopped option, which guarantees that they will be restarted always except to situations when they are manually stopped.

The only thing that @Fire-Dragon-DoL should take care about is to ensure that Docker service will be started after reboot. On Ubuntu you can check it with systemctl list-unit-files | grep docker. If docker.service is disabled, you can enable it with systemctl enable docker.service.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@Fire-Dragon-DoL
Comment options

Comment options

You must be logged in to vote
4 replies
@Fire-Dragon-DoL
Comment options

@intrip
Comment options

@igor-alexandrov
Comment options

@Fire-Dragon-DoL
Comment options

Answer selected by Fire-Dragon-DoL
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Fire-Dragon-DoL
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants