Deployment Strategies
Docker
Docker Compose
Image Registries
Deploying to the Cloud
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is a container registry — a repository for Docker images
- Docker Hub — the default public registry
- GitHub Container Registry (GHCR)
- Cloud registries: AWS ECR, Azure ACR, Google Artifact Registry (awareness)
- Tagging images: versioning strategy
- Pushing an image:
docker push
- Pulling an image:
docker pull
- Exercise: push the project image to a registry
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.