Create KOMPOS.md

This commit is contained in:
Sambo Chea 2021-12-09 19:54:48 +07:00 committed by GitHub
parent e0f46beaab
commit b1c879defd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
KOMPOS.md Normal file
View File

@ -0,0 +1,7 @@
# Enables Docker Compose on Kubernetes
```shell
curl -L https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-linux-amd64 -o kompose
chmod +x kompose
sudo mv ./kompose /usr/local/bin/kompose
```