-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The following command does not allow one to connect to the running container:
Line 41 in 5f43166
| 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
Labels
No labels