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.

Add option to run bot with screen/Docker

See original GitHub issue

As user @Brackyt suggested on Discord, add option to run the bot using screen/Docker instead of directly running with python/nohup

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
NovusEdgecommented, Mar 30, 2021

Are inter-docker-image operations permitted?

☝🏻 yes, one can set it up so that inter-docker operations can be piped in and out of the image

Building a Docker image for the bot could help solve the issue mentioned in #5 where if the bot is run on Windows the permissions are incorrect for performing some operations.

☝🏻 As for issue #5 the docker image may serve as a fix for that too 😃

Thanks for the info, I’ll start working on it asap

1reaction
lorcalhostcommented, Mar 30, 2021

Of course, go ahead! 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker run reference
Docker run reference . Docker runs processes in isolated containers. A container is a process which runs on a host. The host...
Read more >
Can you run GUI applications in a Linux Docker container?
This will create a Docker container running VNC with the password 1234 : ... name (set with docker run -h), but even setting...
Read more >
Run your CI/CD jobs in Docker containers - GitLab Docs
The environment option is a list. Your runner may have existing entries and you should add this to the list, not replace it....
Read more >
Getting a Shell in the Docker Desktop Mac VM - GitHub
Just run this from your Mac terminal and it'll drop you in a container with full permissions on ... Option 2 (easier): Use...
Read more >
Deploy Docker container to container instance - Azure CLI
az group create --name myResourceGroup --location eastus. Create a container. Now that you have a resource group, you can run a container in ......
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