forked from LaconicNetwork/kompose
Shell scripts to test k8s and os conversion which can be ran by following command in root dir `./script/test/cmd/tests.sh`
11 lines
137 B
Markdown
11 lines
137 B
Markdown
## Flask and Redis
|
|
|
|
For running this app
|
|
|
|
|
|
```bash
|
|
mkdir /opt/redis
|
|
sudo chcon -Rt svirt_sandbox_file_t /opt/redis
|
|
docker-compose up
|
|
```
|