Project presenting examples of pushing Docker images into Docker registers created in GCP and AWS. To check, how to push newly created image to:
- Elastic Container Registry (on Amazon Web Services) go to
aws
directory - Container Registry (on Google Cloud Platform) go to
gcp
directory
- Docker
docker build -t echo:<version> .
docker build -t echo:1.0.7 .