-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: bump tutorials tag DOC-1303 (#3396)
* docs: bump tutorials tag DOC-1303 * docs: add partials to tutorials setup DOC-1303 * docs: add partials to tutorials cleanup DOC-1303 * docs: fix format DOC-1303
- Loading branch information
Showing
14 changed files
with
108 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: checkout-tutorials-tag | ||
--- | ||
|
||
Check out the following git tag. | ||
|
||
```shell | ||
git checkout v1.1.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: download-tutorials-image-docker | ||
--- | ||
|
||
Download the tutorial image to your local machine. | ||
|
||
```bash | ||
docker pull ghcr.io/spectrocloud/tutorials:1.1.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: download-tutorials-image-podman | ||
--- | ||
|
||
Download the tutorial image to your local machine. | ||
|
||
```bash | ||
podman pull ghcr.io/spectrocloud/tutorials:1.1.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: run-tutorials-container-docker | ||
--- | ||
|
||
Next, start the container, and open a bash session into it. | ||
|
||
```shell | ||
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: run-tutorials-container-podman | ||
--- | ||
|
||
Next, start the container, and open a bash session into it. | ||
|
||
```shell | ||
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.7 bash | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: stop-tutorials-container-docker | ||
--- | ||
|
||
```shell | ||
docker stop tutorialContainer && \ | ||
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
partial_category: tutorials | ||
partial_name: stop-tutorials-container-podman | ||
--- | ||
|
||
```shell | ||
podman stop tutorialContainer && \ | ||
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.7 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.