containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

proxy: Introduce no_proxy and kata_proxy implementations #525

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

This PR implements proxies for Kata Containers cases with and without proxy. In order to achieve this, it slightly modifies the agent interface by adding two new functions.

Fixes #515 #516 #524

sboeuf commented 6 years ago

cc @sameo @jodh-intel

sboeuf commented 6 years ago

@jodh-intel @sameo PR updated.

jodh-intel commented 6 years ago

lgtm but let's wait to see if @sameo has any comments.

Approved with PullApprove Approved with PullApprove

sameo commented 6 years ago

A few comments to be answered/addressed.

sboeuf commented 6 years ago

@sameo PR updated.

sameo commented 6 years ago

LGTM

Approved with PullApprove Approved with PullApprove