Liu Haoyu
/
ftp-watcher
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b36ceb5c03c77a0ae50bc56ca421dbee23efa5bd
Authored by
Liu Haoyu
2023-02-03 16:04:12 +0800
1 parent
7ffd1a1e
Add Docker build Command
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
README.md
README.md
View file @
b36ceb5
...
...
@@ -27,6 +27,12 @@
27
27
28
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
37
docker run -id --name my-ftpWatcher \
32
38
--restart always \
...
...