add step to sync host
This commit is contained in:
parent
bfac5a22eb
commit
40bec4ffee
@ -87,6 +87,14 @@ Podman
|
|||||||
```bash
|
```bash
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
```
|
```
|
||||||
|
-------------
|
||||||
|
|
||||||
|
To live sync host directory with container folder, in Step 3:
|
||||||
|
```bash
|
||||||
|
podman run --network=host -itv /host/src/path:/usr/src/GameServerSupervisor supervisor-image sh
|
||||||
|
```
|
||||||
|
|
||||||
|
`/host/src/path` is the absolute path to the repository in the host machine.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user