davihar

Results 2 comments of davihar

You are missing setting the ExposedPorts property. This syntax works: { "ExposedPorts": { "5672/tcp": {} }, "HostConfig": { "PortBindings": { "5672/tcp": [ { "HostPort": "5672" } ] } } }

Same issue with Windows Server 2019 preview. Also, developing a module on Windows 10 1803 then deploy to Windows Server Core 1709 results in an error saying "operating system of...