You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ docker build -t python-ese .
67
67
Once the Docker image is built, you can run a Docker container using the following command:
68
68
69
69
```bash
70
-
docker run -d --network host --mount type=bind,source=[your/path/to/config],target=/app/config python-ese --privileged=true
70
+
docker run -d --network host --mount type=bind,source=[your/path/to/config],target=/app/config --privileged=true python-ese
71
71
```
72
72
73
73
The `--network host` option in the docker run command tells Docker to use the host network for the container. This means the container shares the same network stack as the host and can access network services running on the host directly.
0 commit comments