Sign inSign up

rychannel/mumps

By rychannel

Updated 11 months ago

A container image for to run the MUMPS implementation developed by Kevin O'Kane.

Image
Languages & frameworks
Developer tools
0

113

rychannel/mumps repository overview

Dockerfile's

https://github.com/rychannel/mumps_docker

Docker Tags

  • <single/sqlite>-<release-date> Tags identify whether it contains the single user or sqlite3 version of MUMPS
    • single = Single User version
    • sqlite = sqlite3 version

Package Info

The packages and the source code within the images were developed by Kevin O'Kane. These docker images were not. I borrowed the code. More information about the MUMPS installs in these images can be found at https://www.cs.uni.edu/~okane/index.html

Commands

  1. Launch MUMPS Interpreter
    • docker run -it rychannel/mumps:single-20251025 mumps
  2. Bind your code repo to the image and run the image interactively
    • docker run -it -v /home/<user>/mumps:/repo rychannel/mumps:single-20251025
    • Useful if you want to access code on your host filesystem and have your database saved to your filesystem as well.

Special SQLite3 commands

  1. Create SQLite database
    • docker run -it -v /home/<username>/mumps:/repo rychannel/mumps:sqlite-20251025 mumps-sql-db-create.script

Additional Info

These images were created separate from Dr. O'Kane's project.

Tag summary

Content type

Image

Digest

sha256:c6b31b8ed

Size

516.1 MB

Last updated

11 months ago

docker pull rychannel/mumps:sqlite-20251025