diff --git a/docs/usage/ansible_usage.md b/docs/usage/ansible_usage.md index dc8b52a..3c70570 100644 --- a/docs/usage/ansible_usage.md +++ b/docs/usage/ansible_usage.md @@ -14,8 +14,8 @@ Some document to help you start with ansible Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_ansible01 +devops-toolkit-cli run demo_ansible01 # You now in the container terminal. Execute the ansible command normally ansible --version diff --git a/docs/usage/awscli_usage.md b/docs/usage/awscli_usage.md index 0b34214..5f48393 100644 --- a/docs/usage/awscli_usage.md +++ b/docs/usage/awscli_usage.md @@ -19,8 +19,8 @@ Some document to help you start with awscli Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_awscli01 +devops-toolkit-cli run demo_awscli01 # You now in the container terminal. Execute the awscli command normally awscli --version diff --git a/docs/usage/azurecli_usage.md b/docs/usage/azurecli_usage.md index 487c377..ff1c7d5 100644 --- a/docs/usage/azurecli_usage.md +++ b/docs/usage/azurecli_usage.md @@ -17,8 +17,8 @@ Some document to help you start with azurecli Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_azcli01 +devops-toolkit-cli run demo_azcli01 # You now in the container terminal. Execute the az command normally az --version diff --git a/docs/usage/helm_usage.md b/docs/usage/helm_usage.md index 2c43924..5fc415c 100644 --- a/docs/usage/helm_usage.md +++ b/docs/usage/helm_usage.md @@ -18,8 +18,8 @@ Some document to help you start with helm Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_helm01 +devops-toolkit-cli run demo_helm01 # You now in the container terminal. Execute the helm command normally helm --version diff --git a/docs/usage/kubectl_usage.md b/docs/usage/kubectl_usage.md index f1aa880..442d900 100644 --- a/docs/usage/kubectl_usage.md +++ b/docs/usage/kubectl_usage.md @@ -14,8 +14,8 @@ Some document to help you start with kubernetes (k8s) Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_kubectl01 +devops-toolkit-cli run demo_kubectl01 # You now in the container terminal. Execute the kubectl command normally kubectl --version diff --git a/docs/usage/python_usage.md b/docs/usage/python_usage.md index 97b7e8e..443a23c 100644 --- a/docs/usage/python_usage.md +++ b/docs/usage/python_usage.md @@ -14,8 +14,8 @@ Some document to help you start with python Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_python01 +devops-toolkit-cli run demo_python01 # You now in the container terminal. Execute the python command normally python3 --version diff --git a/docs/usage/terraform_usage.md b/docs/usage/terraform_usage.md index 14617e5..958b521 100644 --- a/docs/usage/terraform_usage.md +++ b/docs/usage/terraform_usage.md @@ -12,8 +12,8 @@ Some document to help you start with terraform Navigate to your workspace folder, then run: ```bash -devops-toolkit-cli init -devops-toolkit-cli run +devops-toolkit-cli init demo_terraform01 +devops-toolkit-cli run demo_terraform01 # You now in the container terminal. Execute the terraform command normally terraform --version