fix error command
This commit is contained in:
parent
f8896a5dea
commit
7ee2b2f418
|
|
@ -7,7 +7,7 @@ Running command
|
||||||
```
|
```
|
||||||
docker run -v /path/data:/var/spool/apt-mirror \
|
docker run -v /path/data:/var/spool/apt-mirror \
|
||||||
-v /path/your/mirror.list:/etc/apt/mirror.list \
|
-v /path/your/mirror.list:/etc/apt/mirror.list \
|
||||||
-e TIMEOUT=timeout-value
|
-e TIMEOUT=timeout-value \
|
||||||
-d -p port_number:80 seterrychen/apt-mirror-http-server
|
-d -p port_number:80 seterrychen/apt-mirror-http-server
|
||||||
```
|
```
|
||||||
/path/data is where to store data, and the TIMEOUT var to repeatedly execute apt-mirror.
|
/path/data is where to store data, and the TIMEOUT var to repeatedly execute apt-mirror.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue