You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2024. It is now read-only.
suggested by @brandomr
If I am working on MIC and my connection to the container gets reset (e.g., I am working on a server and my connection drops) it would be nice to reconnect to the container I had started working on. You can do it by doing
docker ps selecting the right name and docker exec -it <container name> /bin/bash
But it would be nice if mic helped doing this
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!
suggested by @brandomr
If I am working on MIC and my connection to the container gets reset (e.g., I am working on a server and my connection drops) it would be nice to reconnect to the container I had started working on. You can do it by doing
docker ps
selecting the right name anddocker exec -it <container name> /bin/bash
But it would be nice if mic helped doing this
The text was updated successfully, but these errors were encountered: