Open terminal follow these steps:
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker $(whoami)
Now either logout/restart to use docker
- Follow this link Install docker compose
- Run
docker-compose up
- Open browser type
http:localhost:5000
This work is licensed under a Creative Commons Attribution 3.0 Unported License.