sevilayerkan / docker-helper

Makes using Docker easier
MIT License
3 stars 1 forks source link

feat(core): install and isInstalled functions #17

Closed sevilayerkan closed 1 year ago

sevilayerkan commented 1 year ago

install() function and isInstalled() function needs to be implemented since they are working together they would be written at the same time

isInstalled()  //This function will also work before app gets started

install(){
    if(isInstalled())
        return
    else
        install docker
sevilayerkan commented 1 year ago

This issue is duplicated with #13