You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, startup takes forever because registry blocks until the
slugrunner container has been pulled. Users think things have stalled
and/or are broken - this is a bad user experience.
The ExecStartPost of the registry service already pulls the slugrunner
image, so we don't need to block until this job occurs beforehand.
Additionally, it's friendlier if the controller blocks until registry
and logger are ready - if a user attempts to make an account, all of
Deis should be up.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ make build
47
47
48
48
## Run Deis
49
49
50
-
Use `make run` to start all Deis containers and attach to their log output.
50
+
Use `make run` to start all Deis containers and attach to their log output. This can take some time - the registry service will pull and prepare a Docker image. Grab some more coffee!
0 commit comments