Docker that can execute the xcrysden app for analysis of crystalline structures and densities
287
Run XCrySDen anywhere without installation hassles!
XCrySDen is a crystalline and molecular structure visualization program. This Docker image eliminates the need for complex local installations, dependency management, and X server configuration issues.
docker run --init --rm -p 6080:6080 -v "$env:USERPROFILE\Documents\xcrysden:/mnt/data" teg57/xcrysden:1.6.2-web
Then open http://localhost:6080/vnc.html in your browser
docker run --init --rm -e DISPLAY=host.docker.internal:0 -v "$env:USERPROFILE\Documents\xcrysden:/mnt/data" teg57/xcrysden:1.6.2-min
| Tag | Description | Size | Use Case |
|---|---|---|---|
1.6.2-web | Web interface via noVNC | ~800MB | Recommended - Works anywhere, no X server needed |
1.6.2-min | Minimal X11 version | ~500MB | Lightweight, requires X server setup |
The documentation can be found in the tags/ folder on the GitHub repository:
/tags folder in the repoAuthor: @AlanSilvaaa
Content type
Image
Digest
sha256:47afa65ea…
Size
340.1 MB
Last updated
about 1 year ago
docker pull teg57/xcrysden:1.6.2-web