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

(fix) create multiple containers with same image #38

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

cardosofede
Copy link
Contributor

Before submitting this PR, please make sure:

  • Your code builds clean without any errors or warnings
  • You are using approved title ("feat/", "fix/", "docs/", "refactor/")

A description of the changes proposed in the pull request:
Fix gateway-create.sh file to allow users create multiple instances of the gateway

Tests performed by the developer:

Tips for QA testing:

Copy link
Contributor

@fengtality fengtality left a comment

Choose a reason for hiding this comment

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

LGTM - tested by creating 2 Docker containers.

Notes for QA:

  • second container needs to have a different name like gateway2. This is expected behavior
  • When starting the 2nd container, the log message still prints the old ports (15888, 8080), but the actual ports on host machine are different. This is a bug that we should fix down the road.

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