If you have not cloned or downloaded the git repo, please run the command below.
- Stop all containers:
docker stop $(docker ps -a -q)
- Navigate to the folder where you have downloaded/cloned the sample.
- Create a file named as “docker-compose.yml”.
- Add content as shown below.
- Run below command to build docker compose
docker-compose up -d --build --remove-orphans
- Run below command to run docker compose.
docker-compose up
In case if you get access denied error please share the drive you have your dockerfiles running.
- For windows 10: Navigate to http://localhost:8080
- For windows 7,8: Navigate to http://192.168.99.100:8080/
No comments:
Post a Comment
Note: only a member of this blog may post a comment.