My bad, this way works as expected :)
On Tue, Oct 10, 2017 at 1:34 PM, Jeroen Steenbeeke <[email protected]> wrote: > 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 -- WBR Maxim aka solomax
