File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ Docker image for [VIA (VGG Image Annotator)](https://gitlab.com/vgg/via). VGG Im
11
11
## Usage
12
12
13
13
```
14
- docker run -p 8080:80 --name ctn_via jojoee/via:1.0.3
14
+ docker run -p 8080:80 --name ctn_via jojoee/via:1.0.4
15
15
http://localhost:8080/via-1.x.y/
16
16
http://localhost:8080/via-2.x.y/src/
17
17
http://localhost:8080/via-3.x.y/src/html/_via_video_annotator.html
18
18
19
- docker run -p 8081:80 --name ctn_via_1xy jojoee/via:1.0.3 -1.x.y
19
+ docker run -p 8081:80 --name ctn_via_1xy jojoee/via:1.0.4 -1.x.y
20
20
http://localhost:8081/
21
21
22
- docker run -p 8082:80 --name ctn_via_2xy jojoee/via:1.0.3 -2.x.y
22
+ docker run -p 8082:80 --name ctn_via_2xy jojoee/via:1.0.4 -2.x.y
23
23
http://localhost:8082/
24
24
25
- docker run -p 8083:80 --name ctn_via_3xy jojoee/via:1.0.3 -3.x.y
25
+ docker run -p 8083:80 --name ctn_via_3xy jojoee/via:1.0.4 -3.x.y
26
26
http://localhost:8083/html/_via_video_annotator.html
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments