Changes between Version 4 and Version 5 of Docker HowTo Auto Start Containers On Reboot
- Timestamp:
- 10/06/16 14:52:05 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docker HowTo Auto Start Containers On Reboot
v4 v5 23 23 {{{sudo vi /etc/systemd/system/docker-[containername].service}}} 24 24 25 add the contents similar to the following but change '''Description , ExecStart,ExecStop''':25 add the contents similar to the following but change '''Description ExecStart ExecStop''': 26 26 27 27 {{{[Unit]}}}