nwabap751
nwabap751 copied to clipboard
Doesn't work with Docker-toolbox
Worth noting that the Dockerfile doesn't work using Docker Toolbox because of container's default size. Tried increasing the container's size limit using this: https://bobcares.com/blog/docker-container-size/ But, it seems like devicemapper is not compatible with OpenSUSE (not 100% sure about this, but got an error "docker device mapper driver not supported").
😢 I'm running it on Windows 10 under normal docker, and also tried it on Ubuntu
I guess It's time to get Windows 10 Professional Edition :rofl:
Hi Christian, you could try to use docker-machine (have a look at the README.md file). Let us know if it works then.
Cheers, Martin