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
We now have two paths to creating Docker containers - our own imperative functions, and one using docker compose. We should consolidate on one, and docker compose seems like the way to go.
We can also eliminate our customer "readiness" function and replace it with health checks, eg.
We now have two paths to creating Docker containers - our own imperative functions, and one using
docker compose
. We should consolidate on one, anddocker compose
seems like the way to go.We can also eliminate our customer "readiness" function and replace it with health checks, eg.
The text was updated successfully, but these errors were encountered: