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
just quick note: on lab1 when checking for docker daemon with pgrep it says "pgrep docker | wc -l" which counts all docker (containers) processes, if the point is to show the daemon might be better do "pgrep dockerd | wc -l"?
The text was updated successfully, but these errors were encountered:
just quick note: on lab1 when checking for docker daemon with pgrep it says "pgrep docker | wc -l" which counts all docker (containers) processes, if the point is to show the daemon might be better do "pgrep dockerd | wc -l"?
The text was updated successfully, but these errors were encountered: