update button style (#17045)

This commit is contained in:
Craig Osterhout 2023-04-12 14:38:30 -07:00 committed by GitHub
parent 5cc58035b4
commit 5e81075d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -522,7 +522,7 @@ In this module, we met our example application and built and container image for
In the next module, well take a look at how to:
[Run your image as a container](run-containers.md){: .button .outline-btn}
[Run your image as a container](run-containers.md){: .button .primary-btn}
## Feedback

View File

@ -20,7 +20,7 @@ You can also consider deploying your application to a public Cloud provider, suc
In the next module, well look into some options for doing so:
[Deploy your app](deploy.md){: .button .outline-btn}
[Deploy your app](deploy.md){: .button .primary-btn}
## Feedback

View File

@ -740,7 +740,7 @@ In this module, we set up a containerised development environment with our appli
In the next module, well take a look at one possible approach to running functional tests in Docker. See:
[Run your tests](run-tests.md){: .button .outline-btn}
[Run your tests](run-tests.md){: .button .primary-btn}
## Feedback

View File

@ -44,4 +44,4 @@ The aim of this guide is to provide enough examples and instructions for you to
Let's get started!
[Build your Go image](build-images.md){: .button .outline-btn}
[Build your Go image](build-images.md){: .button .primary-btn}

View File

@ -198,7 +198,7 @@ Now, we can easily identify our container based on the name.
In this module, we learned how to run containers and publish ports. We also learned to manage the lifecycle of containers. We then discussed the importance of naming our containers so that they are more easily identifiable. In the next module, well learn how to run a database in a container and connect it to our application. See:
[How to develop your application](develop.md){: .button .outline-btn}
[How to develop your application](develop.md){: .button .primary-btn}
## Feedback

View File

@ -102,7 +102,7 @@ In this module, we've seen an example of using Docker for isolated functional te
In the next module, well take a look at how to set up a CI/CD pipeline using GitHub Actions. See:
[Configure CI/CD](configure-ci-cd.md){: .button .outline-btn}
[Configure CI/CD](configure-ci-cd.md){: .button .primary-btn}
## Feedback