Commit b36ceb5c03c77a0ae50bc56ca421dbee23efa5bd

Authored by Liu Haoyu
1 parent 7ffd1a1e

Add Docker build Command

Showing 1 changed file with 6 additions and 0 deletions
README.md
@@ -27,6 +27,12 @@ @@ -27,6 +27,12 @@
27 27
28 ### Docker 28 ### Docker
29 29
  30 +1. Docker Build
  31 +```
  32 + docker build -t ftp-watcher:1.0 .
  33 +```
  34 +
  35 +2. Docker Run
30 ``` 36 ```
31 docker run -id --name my-ftpWatcher \ 37 docker run -id --name my-ftpWatcher \
32 --restart always \ 38 --restart always \