瀏覽代碼

Update README to point at 0.4

0.4
Chris Smith 8 年之前
父節點
當前提交
fcd011e3b2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

13
 Pull the image for the desired version of DFBnc:
13
 Pull the image for the desired version of DFBnc:
14
 
14
 
15
 ```bash
15
 ```bash
16
-docker pull csmith/dfbnc:0.3
16
+docker pull csmith/dfbnc:0.4
17
 ```
17
 ```
18
 
18
 
19
 Start a container, exposing ports as needed:
19
 Start a container, exposing ports as needed:
23
               --restart always \
23
               --restart always \
24
               -p 33263 \
24
               -p 33263 \
25
               -v dfbnc-data:/var/lib/dfbnc \
25
               -v dfbnc-data:/var/lib/dfbnc \
26
-              csmith/dfbnc:0.3
26
+              csmith/dfbnc:0.4
27
 ```
27
 ```
28
 
28
 
29
 The container exposes these ports:
29
 The container exposes these ports:

Loading…
取消
儲存