Use the docker pull command followed by the image name and tag:
docker pull m4ngoo/courier-quest-sql:v3
Use the docker run command to create and start a container from the image:
docker run -d -p 8080:8080 m4ngoo/courier-quest-sql:v3
This command lists all running containers, showing their IDs, image names, statuses, and other details.
docker ps
Content type
Image
Digest
sha256:e8a396858…
Size
273.4 MB
Last updated
over 2 years ago
docker pull m4ngoo/courier-quest-sql