Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 269 Bytes

File metadata and controls

13 lines (11 loc) · 269 Bytes

Docker Node example:

Build and run the container:

docker compose up --build

Full Docker cleanup:

docker stop $(docker ps -q)
docker system prune --all --volumes --force
docker volume rm $(docker volume ls -q)