Resume the previous sandbox
See original GitHub issueDescribe the feature/command for FlyteCTL
I created a sandbox using: flytectl sandbox start --source
, and I can access Flyte UI. However, after stopping the container and starting the Docker container to resume the existing sandbox container, I can’t access the Flyte UI.
I could run flytectl sandbox start --source
and rebuild the container again, but it often takes a long time to start a container. By resuming the container, I can start the container quickly and keep my previous experiments in flyte’s sandbox. I wonder if there is any way you can add a feature that allows users to resume a sandbox container?
The command line can look something like this:
$ flytectl sandbox resume
Provide a possible output or UX example
All of my previous activities in the sandbox are resume.
Are you sure this issue hasn’t been raised already?
- Yes
Have you read the Code of Conduct?
- Yes
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Resume sandbox - CodeSandbox
Once I finish these classes, I will seek an IT or programming-related internship to put the skills I gain into practice, so that...
Read more >The Sandbox Summary and Study Guide | SuperSummary
The Sandbox Summary and Study Guide. Thanks for exploring this SuperSummary Study Guide of “The Sandbox” by Edward Albee. A modern alternative to...
Read more >Sandbox Technologies Office Administrator Resume Sample
Check out Office Administrator resume sample with summary, skills, and experience currently employed at Sandbox Technologies. Use this resume as a template ...
Read more >Template:Like resume/sandbox - Wikipedia
An article that merely summarizes the subject's career is okay, as long as it's written in a neutral tone and the subject meets...
Read more >Kid Care Supervisor Billing And Sandbox Specialis Resume ...
Processed billings, invoices, and reimbursement claims and followed-up with customers about past-due invoicing. Ensured staffing and coverage for each ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Makes sense to skip starting dockerd and k3s if they are already up!
I imagine we can do this by using a docker volume + hostpath volume for the postgres container.