dockerfiles-windows
dockerfiles-windows copied to clipboard
Unable to load emulator DLL in erlang nanoserver image
Hi @sixeyed
I am trying your https://github.com/sixeyed/dockerfiles-windows/blob/master/erlang/nanoserver/sac2016/Dockerfile and after successul build the docker image, in container notice that
PS C:\erlang\erts-10.1\bin> .\erl.exe
Unable to load emulator DLL
(C:\erlang\erts-10.1\bin\beam.smp.dll)
therefore when use erlang nanoserver base image to create rabbitmq nanoserver image will also have the above issue when start rabbitmq. Any ideas for this?