sbcgua / sap-nw-abap-vagrant

Vagrant config for SAP NW developer edition
46 stars 15 forks source link

Some notes about docker #2

Closed jfilak closed 5 years ago

jfilak commented 5 years ago

Ideologically docker is supposed to be stateless. Databases should be in volumes, not inside docker layer.

Ignore ideology, I have been running a docker container for 4 months. You can start it and stop it as you wish. It works like a VM.

sbcgua commented 5 years ago

Maybe I should soften the judgement in the readme :) Docker is OK, I think it would be really good to reuse it's composability, like attach a pod with smtpserver, with HANA express for side car. That would be really cool. But I just think that it needs more infrastructure. Well, under Windows. Separate host virtual machine, more memory, more storage, enabling the Hypervisor, blah blah ... I'm totally OK with it, but for new people it steepens the learning curve. Just imho. Actually all the scripts in the repo easily transfered to docker so might be a good idea to make a docker sibling config. Would be really nice to compose it with HANA express.

sbcgua commented 5 years ago

fixed the readme a bit

jfilak commented 5 years ago

Nice, thank you for being so open-minded!