Dockerized environment for building and testing someip services and clients
WIP
Provide step by step series of examples and explanations about how to get a development environment running.
git clone ...
docker build -t your-docker-image .
docker run your-docker-image
MIT