larshp / nwabap751

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

UUID service #1

Open larshp opened 7 years ago

larshp commented 7 years ago

same problem as described in https://bitbucket.org/gregorwolf/dockernwabap750/issues/3/start-service-uuidd

sorenviggo commented 6 years ago

Can be solved by adding this line, eg. as line 3 in DockerFile:

RUN mkdir /run/uuidd && chown uuidd /var/run/uuidd && /usr/sbin/uuidd

Check: https://github.com/nzamani/sap-nw-abap-trial-docker

Best Regards, Søren Hansen