Skip to content

StationA/osmium-tool-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

osmium-tool-docker

Docker image that wraps up a default installation of osmium.

Building

docker build -t stationa/osmium-tool:latest .

Running

docker run -it stationa/osmium-tool:latest <OSMIUM-COMMAND> ...

Contributing

When contributing to this repository, please follow the steps below:

  1. Fork the repository
  2. Submit your patch in one commit, or a series of well-defined commits
  3. Submit your pull request and make sure you reference the issue you are addressing