Preface
SkyFormation app is based on docker containers. This guide will show you how you could
Start / Stop / Restart your SkyFormation app using the needed docker containers commands.
- SSH to the SkyFormation machine
- To Start the SkyFormation app docker containers run the following command:
sudo systemctl start sk4compose
- To Stop the SkyFormation app docker containers run the following command:
sudo systemctl stop sk4compose
- To Restart the SkyFormation app docker containers run the following command:
sudo systemctl restart sk4compose
Done
How-to: Run the SkyFormation app docker containers
Comments
0 comments
Please sign in to leave a comment.