Repo2docker cannot open in browser when using cached container

Hi. By default docker run doesn’t forward any ports- this applies to all Docker images, not just those created by repo2docker. Try something like

docker run -p 8888:8888 kkmann/unplanned-sample-size-adaptation

to map port 8888 on localhost/127.0.0.1 to port 8888 inside the container.

1 Like