{"id":18709271,"url":"https://github.com/jojoee/docker-via","last_synced_at":"2025-04-12T10:35:13.481Z","repository":{"id":50430493,"uuid":"294663166","full_name":"jojoee/docker-via","owner":"jojoee","description":"Docker image of VIA (VGG Image Annotator) project","archived":false,"fork":false,"pushed_at":"2023-11-14T14:32:20.000Z","size":155,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T05:51:09.396Z","etag":null,"topics":["docker","docker-image","vgg-image-annotator","via"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jojoee/via/","language":"Yacc","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jojoee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-11T10:20:32.000Z","updated_at":"2024-01-24T16:58:20.000Z","dependencies_parsed_at":"2024-11-07T12:32:27.253Z","dependency_job_id":null,"html_url":"https://github.com/jojoee/docker-via","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"614f5c4932a065469ab5c677beda55a9419e4225"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoee%2Fdocker-via","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoee%2Fdocker-via/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoee%2Fdocker-via/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojoee%2Fdocker-via/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jojoee","download_url":"https://codeload.github.com/jojoee/docker-via/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248553910,"owners_count":21123545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","vgg-image-annotator","via"],"created_at":"2024-11-07T12:26:55.373Z","updated_at":"2025-04-12T10:35:13.256Z","avatar_url":"https://github.com/jojoee.png","language":"Yacc","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-via\n\n[![Docker Stars](https://img.shields.io/docker/stars/jojoee/via.svg?style=flat-square)](https://hub.docker.com/r/jojoee/via/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/jojoee/via.svg?style=flat-square)](https://hub.docker.com/r/jojoee/via/)\n[![Image](https://images.microbadger.com/badges/image/jojoee/via.svg)](http://microbadger.com/images/jojoee/via)\n\nDocker image for [VIA (VGG Image Annotator)](https://gitlab.com/vgg/via). VGG Image Annotator is a simple and standalone manual annotation software for image, audio and video.\n\n![Demo](https://raw.githack.com/jojoee/docker-via/master/demo.png)\n\n## Online Example\n\n- [https://via.jojoee.com/via-1.x.y/](https://via.jojoee.com/via-1.x.y/)\n- [https://via.jojoee.com/via-2.x.y/src/](https://via.jojoee.com/via-2.x.y/src/)\n- [https://via.jojoee.com/via-3.x.y/src/html/_via_video_annotator.html](https://via.jojoee.com/via-3.x.y/src/html/_via_video_annotator.html)\n\n## Usage\n\n```\ndocker run -p 8080:80 --name ctn_via jojoee/via:1.0.4\nhttp://localhost:8080/via-1.x.y/\nhttp://localhost:8080/via-2.x.y/src/\nhttp://localhost:8080/via-3.x.y/src/html/_via_video_annotator.html\n\ndocker run -p 8081:80 --name ctn_via_1xy jojoee/via:1.0.4-1.x.y\nhttp://localhost:8081/\n\ndocker run -p 8082:80 --name ctn_via_2xy jojoee/via:1.0.4-2.x.y\nhttp://localhost:8082/\n\ndocker run -p 8083:80 --name ctn_via_3xy jojoee/via:1.0.4-3.x.y\nhttp://localhost:8083/html/_via_video_annotator.html\n\ndocker run -p 8084:80 --name ctn_via_latest jojoee/via\nhttp://localhost:8084/via-1.x.y/\nhttp://localhost:8084/via-2.x.y/src/\nhttp://localhost:8084/via-3.x.y/src/html/_via_video_annotator.html\n```\n\n## Reference\n- [VGG Image Annotator](https://gitlab.com/vgg/via)\n\n## Development\n\n```\ngit submodule add -b master https://gitlab.com/vgg/via.git\ngit submodule add --force -b master https://gitlab.com/vgg/via.git\ngit clone https://github.com/jojoee/docker-via\ngit clone --recurse-submodules https://github.com/jojoee/docker-via\ngit submodule init\ngit submodule update\n\ndocker build -f dockerfiles/Dockerfile -t jojoee/via:0.0.1 .\ndocker run -p 8080:80 --name ctn_via jojoee/via:0.0.1\ndocker start ctn_via\n\n# 1.x.y\ndocker build -f dockerfiles/Dockerfile.1.x.y -t jojoee/via:0.0.1-1.x.y .\ndocker run -p 7041:80 --name ctn_via_1xy jojoee/via:0.0.1-1.x.y\ndocker start ctn_via_1xy\n\n# 2.x.y\ndocker build -f dockerfiles/Dockerfile.2.x.y -t jojoee/via:0.0.1-2.x.y .\ndocker run -p 7042:80 --name ctn_via_2xy jojoee/via:0.0.1-2.x.y\ndocker start ctn_via_2xy\n\n# 3.x.y\ndocker build -f dockerfiles/Dockerfile.3.x.y -t jojoee/via:0.0.1-3.x.y .\ndocker run -p 7043:80 --name ctn_via_3xy jojoee/via:0.0.1-3.x.y\ndocker start ctn_via_3xy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojoee%2Fdocker-via","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjojoee%2Fdocker-via","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojoee%2Fdocker-via/lists"}