Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vrosas
on May 25, 2023
|
parent
|
context
|
favorite
| on:
Make your own VPN with Fly.io, tailscale and GitHu...
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:
until docker info > /dev/null 2>&1; do echo ”docker isn’t running…” && sleep 2; done