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-entrypoint: Template and exec call #64

Merged
merged 1 commit into from
Jul 12, 2019
Merged

Conversation

PFigs
Copy link
Contributor

@PFigs PFigs commented Jul 12, 2019

The quotes on the exec call were causing issues when calling the
transport service. Apparently, the command was expanded as

/home/wirepas/wm-gw (...)

instead of the expected

wm-gw (...)

The template was also missing the expansion of one parameter
which was preventing local connections to be setup correctly.

The quotes on the exec call were causing issues when calling the
transport service. Apparently, the command was expanded as

/home/wirepas/wm-gw (...)

instead of the expected

wm-gw (...)

The template was also missing the expansion of one parameter
which was preventing local connections to be setup correctly.
@PFigs PFigs added the integration/docker Issues related to integration with docker label Jul 12, 2019
@PFigs PFigs requested a review from GwendalRaoul July 12, 2019 14:33
@PFigs PFigs self-assigned this Jul 12, 2019
@PFigs PFigs merged commit e69632f into master Jul 12, 2019
@PFigs PFigs deleted the fix-docker-entrypoint branch July 15, 2019 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration/docker Issues related to integration with docker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants