github.com/GoogleContainerTools/skaffold/v2@v2.13.2/examples/docker-deploy/README.md (about)

     1  ### Example: Deploying a simple go app to Docker
     2  
     3  [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleContainerTools/skaffold&cloudshell_open_in_editor=README.md&cloudshell_workspace=examples/docker-deploy)
     4  
     5  This is a simple example based on:
     6  
     7  * **building** a two single Go file apps, each with a multistage `Dockerfile` using local docker to build
     8  * **tagging** using the default tagPolicy (`gitCommit`)
     9  * **deploying** to docker by simply running two individual containers