Skip to content

☢️ RBMK-1000 Chernobyl Nuclear Reactor Simulator on Docker 🐳

Notifications You must be signed in to change notification settings

xiupos/chernobyl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☢️ RBMK-1000 Chernobyl Nuclear Reactor Simulator on Docker 🐳

It works on X11, and depends on docker.

Run

docker compose up
# During the first compose-up some install wizards will be appeared.
# DO NOT install:
#   - Mono
# Install:
#   - .NET Framework 3.5
#   - RXMODEL
# These will be installed in `./wine`.

NOTE: The simulator Chernobyl_Installer.zip and the patch chernobyl04.zip will be downloaded from simgenics.com(archive).

Patch

Run the following command after the first compose-up:

docker compose run --rm wine sh patch.sh

Uninstall

# Delete wine data (DO AS SUPERUSER)
sudo rm -rf ./wine

# Delete all images
docker compose down --rmi all --volumes --remove-orphans

Links

About

☢️ RBMK-1000 Chernobyl Nuclear Reactor Simulator on Docker 🐳

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published