cd compose
docker-compose up -d #start in detached mode
docker-compose ps #view status of the containers
docker run -d -p8081:8081 shanelee007/greetings-api:latest
Access konga at http://localhost:9000/#!/dashboard
Follow along here
cd compose
docker-compose up -d #start in detached mode
docker-compose ps #view status of the containers
docker run -d -p8081:8081 shanelee007/greetings-api:latest
Access konga at http://localhost:9000/#!/dashboard
Follow along here