Skip to content

Project presenting examples of pushing Docker images into Docker registers created in GCP and AWS.

Notifications You must be signed in to change notification settings

adrian83/echo-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo-Service

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

Prerequisites:

  1. Docker

Build image:

docker build -t echo:<version> .

Example

docker build -t echo:1.0.7 .

About

Project presenting examples of pushing Docker images into Docker registers created in GCP and AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published