docker-env link

pull/8362/head
Medya Gh 2020-06-02 15:05:55 -07:00
parent 91f9bcf93c
commit e15985f157
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ The above example workflow yaml, will do the following steps on each coming PR:
1. Checks out the the source code 1. Checks out the the source code
2. Installs & starts minikube 2. Installs & starts minikube
3. Tries out the cluster just by running `kubectl` command 3. Tries out the cluster just by running `kubectl` command
4. Build the docker image using minikube's [docker-env]({{< ref "/docs/commands/docker-env.md" >}})feature 4. Build the docker image using minikube's [docker-env]({{< ref "/docs/commands/docker-env.md" >}}) feature
5. Apply the deployment yaml file minikube 5. Apply the deployment yaml file minikube
6. Check the service been created in minikube 6. Check the service been created in minikube