Sign inSign up

teg57/xcrysden

By teg57

Updated about 1 year ago

Docker that can execute the xcrysden app for analysis of crystalline structures and densities

Image
Monitoring & observability
0

287

teg57/xcrysden repository overview

XCrySDen - Crystalline Structure Visualization

Docker Pulls Docker Image Size Docker Stars

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.

Quick Start

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

Direct X11 (Minimal)
docker run --init --rm -e DISPLAY=host.docker.internal:0 -v "$env:USERPROFILE\Documents\xcrysden:/mnt/data" teg57/xcrysden:1.6.2-min

Available Tags

TagDescriptionSizeUse Case
1.6.2-webWeb interface via noVNC~800MBRecommended - Works anywhere, no X server needed
1.6.2-minMinimal X11 version~500MBLightweight, requires X server setup

Key Features

  • Multi-architecture: Supports both AMD64 and ARM64
  • No installation required: Run instantly with Docker
  • Web interface option: Access through any modern browser
  • File sharing: Mount local directories for easy file access
  • Cross-platform: Works on Windows, macOS, and Linux

What's Inside

  • XCrySDen 1.6.2 - Latest stable version
  • All dependencies - Pre-configured and ready to use
  • File format support - XSF, CUBE, PDB, and more

Documentation

The documentation can be found in the tags/ folder on the GitHub repository:

  • Detailed Documentation: GitHub Repository
  • Tag-specific guides: Check the /tags folder in the repo

Author: @AlanSilvaaa

Tag summary

Content type

Image

Digest

sha256:47afa65ea

Size

340.1 MB

Last updated

about 1 year ago

docker pull teg57/xcrysden:1.6.2-web