Applicable to:
- SolusVM 2
Question
How to restart SolusVM 2 services?
Answer
- Connect the Master via SSH
- Stop Solus stack
# docker stack rm solus
- Restart docker daemon
# service docker restart
- Start Solus stack
# docker stack deploy --with-registry-auth -c /usr/local/solus/config/stack.yml solus
Comments
0 comments
Please sign in to leave a comment.