Skip to content

Commit

Permalink
add comments for running in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ideal committed Mar 14, 2021
1 parent ea3f220 commit e57a980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mirrord's Dockerfile

# You can run like this:
# docker run -d -v /path/to/host_dir_to_put_files:/home/mirror \
# -v /path/to/host_dir_put_log_files:/var/log/mirrord \
# -v /path/to/host_dir_contains_config_files:/etc/mirror ideal/mirror

# Please use docker ps and docker logs to view container logs.

FROM archlinux:latest

MAINTAINER ideal <[email protected]>
Expand Down

0 comments on commit e57a980

Please sign in to comment.