Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Until is great. I use it to remind me if Docker Desktop isn’t running when I try and deploy an app

until docker info > /dev/null 2>&1; do echo ”docker isn’t running…” && sleep 2; done



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: