wait4x / wait4x/wait4x

Feature request: wait for http over socket

Open
#432 1 comment 0 reactions 1 assignee Claimed by @atkrad View on GitHub
feature
Dominant language
Go
Stars
1.4k
Forks
56
Avg merge
9h 8m
Merged PRs (30d)
34

Description

I have the following pattern to wait for Docker to be running:

```bash
wait-on -s 1 -t 1000 --verbose socket:/var/run/docker.sock
wait-on http-get://unix:/var/run/docker.sock:/info
wait-on -s 1 -t 1000 --verbose http-get://unix:/var/run/docker.sock:http://latest/info
```

This makes use of the [wait-on](https://github.com/jeffbski/wait-on) utility.

It would be very handy if `wait4x` could have the ability to wait for sockets in general, and http-over-sockets in specific.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.