- make docker-compose.yml see format online
docker compose up
docker compose up -d up in deattached mode in background
docker compose down
docker rmi $(docker images -aq or docker images -a -q) // if you try to remove the running images it will throw error first stop or remove the running container than run the command