Pseudocode of this function: ``` python check_install() bool * { if(docker is installed){ return 1 } else{ return 0 } } ``` OS difference should be taken into account.