Skip to content

feat: check docker is installed or not #13

@sevilayerkan

Description

@sevilayerkan

Pseudocode of this function:

check_install() bool *
{
 if(docker is installed){
  return 1
 } else{
  return 0
 }
}

OS difference should be taken into account.

Metadata

Metadata

Assignees

Labels

phase2For issues needs to be done at phase 2to-doTo-do

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions