Sign inSign up

maptic/matsim

By maptic

•Updated over 1 year ago

A Docker image of the MATSim open-source framework.

Image
1

100K+

maptic/matsim repository overview

⁠MATSim Docker image

Docker Publish Java CI with Maven

A docker image of the MATSim open-source framework:

  • Container calls the main method of the DockerEntrypoint class when started.
  • Provide input files with config.xml and save output files from the container using volumes.
  • Pass additional arguments to MATSim using commands that are following the run statement.

Run MATSim inside a container:

docker run \
    -v <host/path/to/input>:/opt/matsim/data/input:ro \
    -v <host/path/to/output>:/opt/matsim/data/output \
    maptic/matsim:latest <optional MATSIM-ARGS>

To pull the recent version of the image, refer to the latest tag.

⁠References

Tag summary

Content type

Image

Digest

sha256:5de07fc77…

Size

286.7 MB

Last updated

over 2 years ago

docker pull maptic/matsim