update README.md

This commit is contained in:
Terry Chen 2015-08-12 09:58:58 +08:00
parent 73eaf248d2
commit d7fc9c8e2a
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ Base on Ubuntu, using Docker to construct your Apt mirror HTTP server
docker run -d -p port_number:80 -v /path/your_mirror.list:/etc/apt/ seterrychen/apt-mirror-http-server docker run -d -p port_number:80 -v /path/your_mirror.list:/etc/apt/ seterrychen/apt-mirror-http-server
``` ```
## Note
If you don't provide mirror.list file, the program will use default setting. If you don't provide mirror.list file, the program will use default setting.
It will take time to download, then start http server. Using ``docker logs -f container-id`` to check the process. It will take time to download, then start http server. Using ``docker logs -f container-id`` to check the process.