Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 425 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 425 Bytes

Build demo application: hello world with background color and display image.

  • Build docker file: docker build -t <YOUR_DOCKER_USERNAME>/concepts-build-image-demo:tag .
  • Push the image: docker push <YOUR_DOCKER_USERNAME>/concepts-build-image-demo:tag

After creating the image and pushing it to the container registry, Look at hello-world-color (https://github.com/SE-I-T-Digital/hello-world-color/tree/main) to deploy it.