-
Notifications
You must be signed in to change notification settings - Fork 28
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
Docker Support #94
Conversation
@@ -0,0 +1,28 @@ | |||
# Build |
There was a problem hiding this comment.
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
|
||
RUN chmod +x mavlink2rest | ||
|
||
ENTRYPOINT ./mavlink2rest -c ${MAVLINK_SRC} -s ${SERVER_PORT} |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
@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. |
This PR runtime docker support