Back to Index
Notes API
Port: 9000:9000
Docker Image: joshbeck2024/notes-api:latest
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d --name notes-api -p 9000:9000 joshbeck2024/notes-api:latest Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop notes-api && docker rm notes-api