Back to Skaffold

README

integration/examples/docker-deploy/README.md

2.19.0590 B
Original Source

Example: Deploying a simple go app to Docker

This is a simple example based on:

  • building a two single Go file apps, each with a multistage Dockerfile using local docker to build
  • tagging using the default tagPolicy (gitCommit)
  • deploying to docker by simply running two individual containers