projectatomic / atomic-site

Source code for projectatomic.io
projectatomic.io
Other
82 stars 121 forks source link

blog for varlink and podman intro #550

Closed baude closed 6 years ago

baude commented 6 years ago

Signed-off-by: baude bbaude@redhat.com

ghost commented 6 years ago

Cool, thanks for this blog post.

rhatdan commented 6 years ago

@sanjabonic When are you going to post?

dustymabe commented 6 years ago

does varlink allow for you to host the API over HTTP/TCP (like a rest API)?

baude commented 6 years ago

@dustymabe yes, the implementation of that is not allowed in libpod yet.

dustymabe commented 6 years ago

@dustymabe yes, the implementation of that is not allowed in libpod yet.

cool, yes I was just asking if varlink would allow it.. This is pretty powerful stuff

rhatdan commented 6 years ago

@dustymabe The truth is NO, But varlink can return a path to a socket either Unix Domain or TCP Socket where the server (Podman) can handle an incoming connection that could then be used to handle remote TTY Connections.