nwabap751
nwabap751 copied to clipboard
UUID service
same problem as described in https://bitbucket.org/gregorwolf/dockernwabap750/issues/3/start-service-uuidd
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