- Notifications
You must be signed in to change notification settings - Fork 1
Docker
David Mo edited this page Jul 3, 2024
·
2 revisions
Build all images:
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose buildAdd a tag to an image:
docker tag 720cf276cb9c dmo1010/executor-backend:0.1.0Push an image:
docker push dmo1010/executor-backend