# Docker installation guideline

# Docker Setup

  • Install docker and docker-compose

  • reference doc

docker installation guide (opens new window)

docker compose installation guide (opens new window)

# Starting the environment

Run the below command to start the environment.

wget https://raw.githubusercontent.com/jimmy201602/doc/master/docker-compose.yml
sudo docker-compose up -d

Removing the -d will start the containers in the foreground and is useful for debugging.

# Login username and password

username: admin
password: password!23456