How to update Docker

Estimated time: <1 minute

Linux:

  1. Navigate to your sublime-platform directory.
  2. Update your Github repo, then pull the latest images from Docker Hub and restart your instances:
git pull; sudo docker-compose pull; sudo docker-compose up -d;

macOS:

  1. Navigate to your sublime-platform directory.
  2. Update your Github repo, then pull the latest images from Docker Hub and restart your instances:
git pull; docker-compose pull; docker-compose up -d;