We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa0092 commit e173103Copy full SHA for e173103
1 file changed
contrib/coreos/user-data
@@ -67,5 +67,18 @@ coreos:
67
ExecStart=/usr/bin/systemctl stop update-engine-reboot-manager.service
68
ExecStartPost=/usr/bin/systemctl mask update-engine-reboot-manager.service
69
70
+ [Install]
71
+ WantedBy=multi-user.target
72
+ - name: seed-deis-images.service
73
+ command: start
74
+ content: |
75
+ [Unit]
76
+ Description=Seed Docker images used by Deis
77
+ Requires=docker.service
78
+
79
+ [Service]
80
+ Type=oneshot
81
+ ExecStart=/bin/sh -c 'docker pull deis/slugrunner:latest'
82
83
[Install]
84
WantedBy=multi-user.target
0 commit comments