Skip to content

pascalpoizat/docker-modelio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modelio 4.1.0 in a docker container (for macOS)

WARNINGS

  • Once Launched :
    • The host shares X11 socket and IPC with the container
      => This breaks container isolation, and the contained app can listen to all X11 events !
    • The host shares your ~/.modelio/ and ~/modelio/ folders with the container.
  • Use it at your own risk !

Requirements

Setup (perform once)

  1. launch XQuartz
  2. in Preferences -> Security check "Authenticate connections" and "Allow connections from network clients"
  3. exit and re-launch XQuartz
  4. clone this repository
    git clone https://github.com/pascalpoizat/docker-modelio
  5. enter the repository
    cd docker-modelio
  6. build
    docker build --platform linux/amd64 -t modelio:latest .
  7. enable the run.sh script to be run
    chmod +x run.sh

Running

Launch the run.sh script

./run.sh

OpenJDK 8 is installed in /usr/lib/jvm/java-8-openjdk-amd64 (for use in Java Designer module's parameters).

Sources

About

Modelio 4.1.0 in a docker container

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 85.2%
  • Shell 14.8%