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
@@ -42,10 +42,22 @@ where name of the image is fledge, FLEDGE_BRANCH is the branch to build (develop
42
42
43
43
> To attach to a running conatiner: `docker exec -it fledge bash`
44
44
45
+
`--network host` mode makes the container use the host's network stack.
45
46
46
47
### Stopping docker container
47
48
```
48
49
$ docker stop fledge
49
50
```
50
51
51
-
> Note: The files in fledge-data directory are created by container which creates/runs them as root user. In order to read the fledge.db, you need to change the permission of fledge.db* files, sudo chmod 666 fledge.db*
52
+
> Note: The files in fledge-data directory are created by container which creates/runs them as root user. In order to read the fledge.db, you need to change the permission of fledge.db* files, sudo chmod 666 fledge.db*
0 commit comments