Docker container id guard bash script
I build a bash script to verify if certain container exists or not. If there is no input, it complains. Does your mind helping me? #!/bin/bash if [[ $# -eq 0 ]] then echo "Docker container ID not supplied" elif…