forked from LaconicNetwork/kompose
Functional Testing
Shell scripts to test k8s and os conversion which can be ran by following command in root dir `./script/test/cmd/tests.sh`
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
## Docker Compose Etherpad
|
||||
|
||||
Etherpad and Mariadb
|
||||
|
||||
### Usage
|
||||
|
||||
The simplest thing to do:
|
||||
|
||||
```bash
|
||||
export $(cat envs)
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
To customize the values edit `envs` file.
|
||||
Reference in New Issue
Block a user