CloseTheWorkshop - Ordina-JTech/fordintysa-ci GitHub Wiki

To perform a clean shutdown of the environment, first docker-compose needs to be stopped.

  • Enter in the terminal the following command:

docker-compose stop ```

  • Then the ssh session with docker-machine can be closed:

exit ```

  • Back in the machine you can stop the Boot2Docker environment:

docker-machine stop fordintysa-ci ```

  • And finally get out of the Quickstart Terminal:

exit ```