You're mapping local port 8080 to container port 8086, I think you want those reversed if you want to reach the container through localhost:8086
2017-10-10 4:38 GMT+02:00 Maxim Solodovnik <[email protected]>: > Hello Martin, > > I just double-checked using following command > > docker run -i --rm --name wicket-examples-6.x -p 8080:8086 > apache-docker-wicket-docker.bintray.io/wicket-examples:LATEST-6 > > and examples are not accessible at localhost:8086 > I guess configuration should be changed to allow some additional ports > Or maybe it would be easier to change default port > > -- > WBR > Maxim aka solomax > -- Jeroen Steenbeeke
