Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 858 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 858 Bytes

📦 Using Docker to run multiple services together 📦

Docker image

Installing Docker and Docker Compose

Open terminal follow these steps:

  • wget -qO- https://get.docker.com/ | sh
  • sudo usermod -aG docker $(whoami)

Now either logout/restart to use docker

For docker compose:

How to run

  • Run docker-compose up
  • Open browser type http:localhost:5000

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.