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

Add interactive mode to coiled run #249

Open
aterrel opened this issue Jul 15, 2023 · 4 comments
Open

Add interactive mode to coiled run #249

aterrel opened this issue Jul 15, 2023 · 4 comments

Comments

@aterrel
Copy link

aterrel commented Jul 15, 2023

interactive commands in docker are really useful for debugging things. I would be great to have it on coiled. e.g.

docker run -it ubuntu:latest /bin/bash

@ntabris
Copy link
Member

ntabris commented Jul 15, 2023

Hi, @aterrel.

We do have the ability currently to SSH into containers running on Coiled: https://docs.coiled.io/user_guide/ssh.html

But I suspect that's not exactly what you're asking for. Are you thinking something like, say, coiled run -it /bin/bash (or coiled run -it ipython, etc)? Or something else?

@ntabris
Copy link
Member

ntabris commented Jul 15, 2023

Or with a container, e.g., coiled run --container daskdev/dask:latest -it ipython.

@aterrel
Copy link
Author

aterrel commented Jul 17, 2023

I can probably get what I want with the ssh guide, but as a feature being able to have docker just drop me into the container is a nice one line command I use a lot to debug the container. I would just mark it down as a feature that would make devs lives a bit easier.

@ntabris
Copy link
Member

ntabris commented Jul 17, 2023

feature being able to have docker just drop me into the container is a nice one line command I use a lot to debug the container

Maybe coiled cluster ssh --dask does what you want?

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

No branches or pull requests

2 participants