Changes between Version 3 and Version 4 of Docker HowTo Auto Start Containers On Reboot
- Timestamp:
- 10/06/16 14:51:23 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docker HowTo Auto Start Containers On Reboot
v3 v4 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]}}}