You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ The following tutorial code is available:
22
22
23
23
-[vmware-cluster-deployment-tf](./terraform/vmware-cluster-deployment-tf/README.md) - Learn how to deploy a VMware cluster and the Hello Universe application as a part of the Deploy App Workloads with a PCG tutorial. [Link](https://docs.spectrocloud.com/clusters/pcg/deploy-app-pcg)
24
24
25
+
-[getting-started-deployment-tf](./terraform/getting-started-deployment-tf/README.md) - Learn how to deploy and update a cluster to AWS, Azure, GCP, and VMware vSphere with Palette. [Link](https://docs.spectrocloud.com/getting-started/terraform)
26
+
25
27
## Docker
26
28
27
29
All the tutorials are available in a Docker image that you can use to get started with the tutorials.
Copy file name to clipboardExpand all lines: docs/docker.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Docker
2
2
3
-
To download the image issue the following commnad. Change the version tag as needed.
3
+
To download the image, issue the following command. Change the version tag as needed.
4
4
5
5
```shell
6
6
docker pull ghcr.io/spectrocloud/tutorials:1.0.12
@@ -12,7 +12,7 @@ You can start the container using the following command.
12
12
docker run -p 5000:5000 --rm -it ghcr.io/spectrocloud/tutorials:1.0.12 bash
13
13
```
14
14
15
-
> The Docker file is build for a Linux environment. You can use this on a Mac and Windows. Windows users will require the usage of WSL2.
15
+
> The Docker file builds a Linux environment. You can use this image on a Mac and Windows. Windows users will require the usage of [WSL2](https://learn.microsoft.com/en-us/windows/wsl/about).
16
16
17
17
The Docker image includes the following tools.
18
18
@@ -41,6 +41,7 @@ The Docker image includes the following tools.
41
41
|`aws-cli`| AWS command-line interface |
42
42
|`oras`| Tool for pushing and pulling OCI artifacts to and from OCI registries |
43
43
|`podman`| Tool for building and deploying OCI images |
44
+
|`k9s`| Tool that provides a terminal UI to interact with your Kubernetes clusters |
44
45
45
46
### Spectro Cloud Pack Registry Server
46
47
@@ -50,7 +51,7 @@ The Spectro Cloud registry server has the following credentials:
50
51
51
52
-`password`: `admin`
52
53
53
-
You can start the registry server by issuing the following command.
54
+
You can start the registry server by issuing the command below.
54
55
Keep in mind that the registry server is started in HTTP mode. For additional guidance, review the [Registry Server documentation](https://docs.spectrocloud.com/registries-and-packs/adding-a-custom-registry).
If you are wanting to build the docker image locally you must provide the the build arguments for `PALETTE_VERSION`, `PALETTE_CLI_VERSION`, `PALETTE_EDGE_VERSION`, `PACKER_VERSION`, `ORAS_VERSION`and `TERRAFORM_VERSION`. Use the following command to build a local image. Replace the versions as needed.
63
+
If you want to build the docker image locally, you must provide the build arguments for `PALETTE_VERSION`, `PALETTE_CLI_VERSION`, `PALETTE_EDGE_VERSION`, `PACKER_VERSION`, `ORAS_VERSION`, `TERRAFORM_VERSION`, and `K9S_VERSION`. Use the following command to build a local image and replace the versions as needed.
0 commit comments