Skip to content

Docker connection command does not work #59

@sebbASF

Description

@sebbASF

The following command does not allow one to connect to the running container:

docker run --rm -p 4000:4000 --mount type=bind,src=$PWD,dst=/root/build --mount type=volume,dst=/root/build/node_modules -it --entrypoint "/bin/bash" apache/privacy_apache_org

Rather, it starts a new container with bash as the shell. This fails if the container is already running, because the port is already in use

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions