What is the use of “docker wait” commands? with example and image
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Block until one or more containers stop, after that it print their exit codes.root@ip-172-31-28-155:/home/ubuntu# docker wait test_httpd root@ip-172-31-28-155:/home/ubuntu# docker stop test_httpdtest_httpd root@ip-172-31-28-155:/home/ubuntu# docker wait test_httpd0
Read more