question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Resume the previous sandbox

See original GitHub issue

Describe 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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jeevbcommented, Dec 28, 2021

@jeevb log of /var/log/dockerd.log

failed to start daemon: pid file found, ensure docker is not running or delete /
var/run/docker.pid

I think we need a check for PID in entrypoint script.

Makes sense to skip starting dockerd and k3s if they are already up!

1reaction
jeevbcommented, Dec 28, 2021

@jeevb we might need to make the flyte-entrypoint.sh restartable so that we can essentially restart all k3s and flyte services, but restore the state of db’s

I imagine we can do this by using a docker volume + hostpath volume for the postgres container.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found