Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

How to Install Docker

Follow the instruction here: https://docs.docker.com/get-docker/

...

All images have been pushed to Docker Hub. All you need is the YAML configuration file to run.

Download

compose yaml file here: docker-compose-smile.yml


To Start

docker-compose -f docker-compose-smile.yml up


To Stop

docker-compose -f docker-compose-smile.yml down -v

...