kompose/script/test/fixtures/flask-redis/README.md
Suraj Deshmukh 9a4e953555 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`
2016-08-08 04:39:10 +00:00

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
```