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

Bind container ports to host ports when spawing container #53

Open
agrojean-ledger opened this issue Jul 24, 2024 · 0 comments
Open

Bind container ports to host ports when spawing container #53

agrojean-ledger opened this issue Jul 24, 2024 · 0 comments

Comments

@agrojean-ledger
Copy link
Contributor

Bind container ports to host ports when running docker run to spawn container (by adding arguments such as --publish 5000:5000 ) to be able to control speculos from outside of the container when it is launched.

Care should be taken so that multiple containers can be spawned in parallel (such as when you have multiple folders in the workspace) : each container should bind to different ports, and speculos should be launched in the container with proper arguments as well to bind to these ports

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

No branches or pull requests

1 participant