Update Servers/Containerization/Kubernetes/Migrating Docker-Compose.yml to k8s.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 7s
This commit is contained in:
@@ -10,7 +10,7 @@ kompose --file docker-compose.yaml convert --stdout > compose-k8s.yaml
|
|||||||
|
|
||||||
This will attempt to convert the `docker-compose.yml` file into a Kubernetes manifest YAML file. The Before and after example can be seen below:
|
This will attempt to convert the `docker-compose.yml` file into a Kubernetes manifest YAML file. The Before and after example can be seen below:
|
||||||
|
|
||||||
=== "docker-compose.yml`"
|
=== "docker-compose.yml"
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user