Docker Compose on Kubernetes - Windows Volume Syntax
I've been looking at Docker Compose on Kubernetes, thanks to a pointer from my teammate Clemens Wolff, and had a hard time with mapping the volumes »
I've been looking at Docker Compose on Kubernetes, thanks to a pointer from my teammate Clemens Wolff, and had a hard time with mapping the volumes »
I must be missing it, but I could never find the Travis CLI already built and published on Docker Hub. So, I just pulled together on. »
Took a bit of decoding, but an approach to deploy via Azure ARM templates to Azure WebApps on Linux (Preview now), the special properties needed are »
docker rm --force $(docker ps -q -s) docker rmi --force $(docker images -q) »
From a shell... sudo groupadd docker sudo usermod -aG docker $USER Logout and on again - run docker ps If no errors, you should see what »
Just needed a simple static web server.. The following Dockerfile does it. »