Skip to content

Commit

Permalink
docs: update container image (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing authored Oct 30, 2023
1 parent bf81713 commit 04aa636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs-content/registries-and-packs/deploy-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ Start the Docker Desktop on your local machine and ensure the daemon is availabl
docker ps
```

Download the `ghcr.io/spectrocloud/tutorials:1.0.4` image to your local machine. The Docker image includes the necessary tools.
Download the `ghcr.io/spectrocloud/tutorials:1.0.8` image to your local machine. The Docker image includes the necessary tools.
<br />

```bash
docker pull ghcr.io/spectrocloud/tutorials:1.0.4
docker pull ghcr.io/spectrocloud/tutorials:1.0.8
```

Next, start the container, and open a bash session into it.
<br />

```bash
docker run --name tutorialContainer --publish 7000:5000 --interactive --tty ghcr.io/spectrocloud/tutorials:1.0.4 bash
docker run --name tutorialContainer --publish 7000:5000 --interactive --tty ghcr.io/spectrocloud/tutorials:1.0.8 bash
```

If port 7000 on your local machine is unavailable, you can use any other port of your choice.
Expand Down Expand Up @@ -926,7 +926,7 @@ Stop the registry server by closing the tutorials container bash session that se

```bash
docker container rm --force tutorialContainer
docker image rm --force ghcr.io/spectrocloud/tutorials:1.0.3
docker image rm --force ghcr.io/spectrocloud/tutorials:1.0.8
```

<br />
Expand Down

0 comments on commit 04aa636

Please sign in to comment.