Docker Wait Container to Finsh
Wait a running Docker container to finish
- Run
docker container wait {container name}
, and check the return code to see if it's success or not.
docker container wait {container name}
, and check the return code to see if it's success or not.