Thomas Krzero
Thomas Krzero
Hi, we are facing an issue chen using docker-app Today we use compose file with env vars in, like : ``` version: "3.6" services: web: image: myimage;tag replicas: ${WEB_REPLICAS} ```...
I want to have a front reverse proxy doing these things : host1:80 => container1:80 host2:80 => container1:80 host3:80 => container1:80 host1:8080 => container1:8080 host2:8080 => container1:8080 host3:8080 => container1:8080...
Hi I think this project need to allow users to only use an API to do every thing, from build function to execute Today, you need the cli (or docker...
Hi, Just trying to build a local env to test and maybe contribute to 9th gen But have some trouble in the docker-build-db step I work on the master branch...
**What happened**: We have a block volume storage class in WaitForFirstConsumer binding mode with topology aware setup This setup is ok and had no issues (in RWO pvc) We want...