- First authenticate with your github credentials (if you haven't already)
docker login ghcr.io -u <username> --password-stdin
Replace < username > with your GitHub username and enter your personal access token (PAT) that has the read:packages scope.
- Pull the image
docker pull ghcr.io/islemmedjahdi/itouch-api-marketplace-backend:latest
- Run the container
docker run -p 5000:5000 ghcr.io/islemmedjahdi/itouch-api-marketplace-backend:latest