-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behavior
Milestone
Description
Background
- In the docker starter exaslct_within_docker_container.sh, we start exaslct in a docker container
- If we use
exaslct upload
customers probably assume most of the time the forwarded ports of the docker-db to be the ports to connect, too - However, if you run in docker container and have it not on the host network the port forwards are inaccessible from inside the container
- To provide a more natural behavior we should start the docker starter container with
--network host
Metadata
Metadata
Assignees
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behavior