Skip to content

expose-fs not getting forwarded #12

@monsdar

Description

@monsdar

I want to create a tutorial based on docker-browser-server and command_line_bootcamp. My problem is that my filesystem seemingly does not get shown. Seems as if expose-fs is unable to connect.

I'm running docker-browser-server as a docker-container:

My baseimage is from here

  • It uses expose-fs
  • It exposes port 8441

When connecting to docker-browser-server a new container gets created successfully (Spawning new container (buj5ijhk4e)), but this container does not map its internal port 8441 to the external port 8441. I guess this is why the frontend does not show any files. Docker maps 8441 to some random port though, which I can curl localhost:12345 on and get the files and paths.

My testing frontend is here: https://monsdar.gitlab.io/bootcamp_test/?id=buj5ijhk4e, based on this repo: https://gitlab.com/monsdar/bootcamp_test

Any idea why this is happening? Is this a port-mapping issue, or am I looking in the wrong direction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions