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

Docker Support #94

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Conversation

ericjohnson97
Copy link
Contributor

This PR runtime docker support

@@ -0,0 +1,28 @@
# Build
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@patrickelectric I am not sure if you would like to have a separate build container for building or if you prefer it like this. let me know and I can adjust it.

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated

RUN chmod +x mavlink2rest

ENTRYPOINT ./mavlink2rest -c ${MAVLINK_SRC} -s ${SERVER_PORT}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add an env variable for generic arguments ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me know what you think of the revised args

@ericjohnson97
Copy link
Contributor Author

@patrickelectric Let me know what you think of this dockerfile. If this is not what you want or would like to do it a different way, I understand. I can either revise or let you do it in some time in the future.

@patrickelectric patrickelectric merged commit d5b6442 into mavlink:master Mar 15, 2024
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.

2 participants