{"id":20968070,"url":"https://github.com/callumio/visual-paradigm-ce-container","last_synced_at":"2026-05-21T04:05:11.953Z","repository":{"id":215005548,"uuid":"584479794","full_name":"callumio/visual-paradigm-ce-container","owner":"callumio","description":"Visual Paradigm CE running in a container","archived":false,"fork":false,"pushed_at":"2023-02-13T21:20:35.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T02:41:31.509Z","etag":null,"topics":["containers","docker","docker-image","ghcr","podman","uml-diagram","visual-paradigm"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/callumio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-01-02T17:26:34.000Z","updated_at":"2023-02-10T13:34:59.000Z","dependencies_parsed_at":"2024-01-01T23:42:01.769Z","dependency_job_id":"4b04e477-8373-4051-bf3d-4a7485c2502d","html_url":"https://github.com/callumio/visual-paradigm-ce-container","commit_stats":null,"previous_names":["callumio/visual-paradigm-ce-container"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumio%2Fvisual-paradigm-ce-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumio%2Fvisual-paradigm-ce-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumio%2Fvisual-paradigm-ce-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callumio%2Fvisual-paradigm-ce-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callumio","download_url":"https://codeload.github.com/callumio/visual-paradigm-ce-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243365057,"owners_count":20279211,"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":["containers","docker","docker-image","ghcr","podman","uml-diagram","visual-paradigm"],"created_at":"2024-11-19T03:05:04.170Z","updated_at":"2026-05-21T04:05:11.922Z","avatar_url":"https://github.com/callumio.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visual Paradigm CE Containerised\n\n### Notes\n\nDue to how the Visual Paradigm script is designed, after configuring the license on the first run the container may stop and require restarting. This is normal behaviour and should only happen on the first run (fix in progress).\n\nI build and run this using `podman` on Linux, no support will be provided for `docker`, other container engines or other operating systems.\n\n## Usage\n\n### Defaults\n\nPodman\n\n- `podman run -d --volume=\"/tmp/.X11-unix:/tmp/.X11-unix:rw\" --volume=\"/home/$(whoami)/.config/VisualParadigm:/root/.config/VisualParadigm:rw\" --rm docker.io/callumio/visual-paradigm-ce`\n\nDocker\n\n- `docker run -d --volume=\"/tmp/.X11-unix:/tmp/.X11-unix:rw\" --volume=\"/home/$(whoami)/.config/VisualParadigm:/root/.config/VisualParadigm:rw\" --rm docker.io/callumio/visual-paradigm-ce`\n\n### With Environment Variables\n\nPodman\n\n- `podman run -d -e DISPLAY=:0 -e PUID=1000 -e PGID=1000 --volume=\"/tmp/.X11-unix:/tmp/.X11-unix:rw\" --volume=\"/home/$(whoami)/.config/VisualParadigm:/root/.config/VisualParadigm:rw\" --rm docker.io/callumio/visual-paradigm-ce`\n\nDocker\n\n- `docker run -d -e DISPLAY=:0 -e PUID=1000 -e PGID=1000 --volume=\"/tmp/.X11-unix:/tmp/.X11-unix:rw\" --volume=\"/home/$(whoami)/.config/VisualParadigm:/root/.config/VisualParadigm:rw\" --rm docker.io/callumio/visual-paradigm-ce`\n\n## Configuration\n\n### Environment Variables\n\n|         Variable                |           Description                                          |   Default                       |\n|---------------------------------|----------------------------------------------------------------|---------------------------------|\n| `PUID`                          | User Identifier (Volume Permissions)                           | `1000`                          |\n| `PGID`                          | Group Identifier (Volume Permissions)                          | `1000`                          |\n| `DISPLAY`                       | X Display ID                                                   | `:0`                            |\n| `_JAVA_AWT_WM_NONREPARENTING`   | For (X)Wayland compatibility until OpenJDK Wakefield is usable | `1`                             |         \n\n### Volumes\n\n|         Destination                          |           Description                             |\n|----------------------------------------------|---------------------------------------------------|\n| `/tmp/.X11-unix:/tmp/.X11-unix`              | X Socket Forwarding                               |\n| `/root/.config/VisualParadigm`               | Visual Paradigm Config Folder                     |\n| `/root/.config/VisualParadigm/ws/VPProjects` | Visual Paradigm Projects Folder (Optional)        |\n\n## Building\n\n### Buildah\n\n`buildah bud -t visual-paradigm-ce`\n\n### Docker Build\n\n`docker build -t visual-paradigm-ce`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallumio%2Fvisual-paradigm-ce-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallumio%2Fvisual-paradigm-ce-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallumio%2Fvisual-paradigm-ce-container/lists"}