ubuntu:docker:restart_a_container
Differences
This shows you the differences between two versions of the page.
ubuntu:docker:restart_a_container [2019/11/27 01:16] – created peter | ubuntu:docker:restart_a_container [2020/04/15 22:00] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Docker - Restart a container ====== | ||
- | |||
- | <code bash> | ||
- | docker start -ai 11cc47339ee1 | ||
- | </ | ||
- | |||
- | where 11cc47339ee1 is the contain ID. | ||
- | |||
- | or | ||
- | |||
- | <code bash> | ||
- | docker start -ai container_name | ||
- | </ | ||
- | |||
- | |||
ubuntu/docker/restart_a_container.1574817407.txt.gz · Last modified: 2020/07/15 09:30 (external edit)