-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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, |
Or with a container, e.g., |
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. |
Maybe |
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
The text was updated successfully, but these errors were encountered: