Skip to content
Discussion options

You must be logged in to vote

The best options around this problem include using WebSocket. I've tried integrating one solution but kept hitting various problems.

If you're feeling brave, you can look at what I did for dockerman: talking directly with the API, and not via http anything, to avoid problems like these, e.g. consume API response, create sink, prepare own response and headers to permeate the uhttpd proxy, fill buffers, empty sink into consumer....

The most instant response available is using the WS console to a container, but this works well because docker's WS implementation is solid. Otherwise if you have something that works, stick with that and see what real-world usage/testing reveals.

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@Zerogiven
Comment options

@Zerogiven
Comment options

@systemcrash
Comment options

@Zerogiven
Comment options

@Zerogiven
Comment options

Answer selected by Zerogiven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants