larshp / nwabap751

Dockerfile for ABAP Developer Edition 7.51 SP02
MIT License
23 stars 7 forks source link

Doesn't work with Docker-toolbox #2

Open christian102094 opened 7 years ago

christian102094 commented 7 years ago

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").

larshp commented 7 years ago

😢 I'm running it on Windows 10 under normal docker, and also tried it on Ubuntu

christian102094 commented 7 years ago

I guess It's time to get Windows 10 Professional Edition :rofl:

SbgMartin commented 6 years ago

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