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

bingo: Add labctl - Start Remote microVM Playgrounds From The Command Line #71

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

qclaogui
Copy link
Owner

@qclaogui qclaogui commented Mar 25, 2024

iximiuz Labs control - Start Remote microVM Playgrounds From The Command Line

https://github.com/iximiuz/labctl

Starting playgrounds

start a new playground and SSH into the playground's machine with a simple:

labctl playground start docker --ssh

Listing and stopping playgrounds

labctl playground list

labctl playground stop <playground-id>

Port forwarding

You can securely expose any service (HTTP, TCP, UDP, etc) running in the playground to your local machine with:

labctl port-forward <playground-id> -L <local-port>:<remote-port>

Signed-off-by: Weifeng Wang <[email protected]>
Signed-off-by: Weifeng Wang <[email protected]>
Signed-off-by: Weifeng Wang <[email protected]>
@qclaogui qclaogui self-assigned this Mar 25, 2024
@qclaogui qclaogui added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@qclaogui qclaogui force-pushed the main branch 14 times, most recently from 7963365 to df0e697 Compare April 1, 2024 11:16
@qclaogui qclaogui force-pushed the main branch 3 times, most recently from 80cad40 to 0be2244 Compare April 2, 2024 06:10
@qclaogui qclaogui force-pushed the main branch 8 times, most recently from 31b420e to 024d3b8 Compare April 15, 2024 14:11
@qclaogui qclaogui force-pushed the main branch 11 times, most recently from d45d133 to eae0db8 Compare April 21, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant