Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile to build docker container #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chriselsen
Copy link

Fixes #26 and provide as Dockerfile to build a local docker container.

First build the docker container.

git clone https://github.com/snstac/adsbcot.git
cd adsbcot/
docker build -t adsbcot .

Then run the docker container with the config folder mounted locally.
This way config files can be edited in the local folder /opt/docker/adsbcot/.

docker run -d -v /opt/docker/adsbcot/:/etc/adsbcot --name adsbcot adsbcot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request - Dockerfile for easy deploy
1 participant