https://github.com/yukiisbored/mbdyn-docker
Docker image for MBDyn
https://github.com/yukiisbored/mbdyn-docker
docker mbdyn rigid-bodies simulation
Last synced: 4 months ago
JSON representation
Docker image for MBDyn
- Host: GitHub
- URL: https://github.com/yukiisbored/mbdyn-docker
- Owner: yukiisbored
- License: wtfpl
- Created: 2017-02-05T04:41:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T05:05:33.000Z (over 8 years ago)
- Last Synced: 2025-05-21T04:39:16.569Z (5 months ago)
- Topics: docker, mbdyn, rigid-bodies, simulation
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MBDyn Docker Image
This is a docker image for [MBDyn][mbdyn web]. This docker image contains a
compiled, ready-to-use mbdyn. The purpose of this image is to use MBDyn without
the hassle of compilation and for people who are running a distro that doesn't
have all of the required math libraries.## How to use it?
You can use this docker image to run mbdyn on your code in the working directory,
like this:`docker run --volume=$(pwd):/work --workdir=/work yukiisbored/mbdyn mbdyn `
[mbdyn web]: https://www.mbdyn.org/