Difference between revisions of "Docker"
From Wasya Wiki
(Created page with " = Troubleshoot = == Login to a running container == docker exec -it <container_id> /bin/bash") |
(→Login to a running container) |
||
| Line 2: | Line 2: | ||
= Troubleshoot = | = Troubleshoot = | ||
== Login to a running container == | == Login to a running container == | ||
| − | + | ||
| + | docker exec -it <container_id> /bin/bash | ||
| + | |||
| + | ./scripts/login | ||
Revision as of 20:45, 24 August 2022
Troubleshoot
Login to a running container
docker exec -it <container_id> /bin/bash
./scripts/login