Docker image that wraps up a default installation of osmium
.
docker build -t stationa/osmium-tool:latest .
docker run -it stationa/osmium-tool:latest <OSMIUM-COMMAND> ...
When contributing to this repository, please follow the steps below:
- Fork the repository
- Submit your patch in one commit, or a series of well-defined commits
- Submit your pull request and make sure you reference the issue you are addressing