docker:restart_a_container
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docker:restart_a_container [2020/04/15 22:00] – created peter | docker:restart_a_container [2020/05/13 08:58] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Docker - Restart a container ====== | ||
- | |||
- | <code bash> | ||
- | docker start -ai 11cc47339ee1 | ||
- | </ | ||
- | |||
- | where 11cc47339ee1 is the contain ID. | ||
- | |||
- | or | ||
- | |||
- | <code bash> | ||
- | docker start -ai container_name | ||
- | </ | ||
- | |||
- | |||
docker/restart_a_container.1586988057.txt.gz · Last modified: 2020/07/15 09:30 (external edit)