libnetwork-plugin
libnetwork-plugin copied to clipboard
Docker libnetwork plugin for Calico
When I run: ``` docker run --privileged -tid --rm --network net2 --name k530-net2 harbor.hpc.com/images/busybox ``` docker reported a problem: ``` 15ba23b49172c9dc4f0643f3f11984ce02c878a60bafccb268becec600330a8f docker: Error response from daemon: OCI runtime create failed:...
My deployment deploy docker container with calico network have 2 nodes (virtual machine created by KVM). - node 1: hostname = docker and ip = 192.168.122.45 - node 2: hostname...
## Expected Behavior The default profile generated should allow all egress traffic, and allow ingress traffic from the same network as specified in the [documentation page here](https://docs.projectcalico.org/v2.6/getting-started/docker/tutorials/security-using-calico-profiles). ## Current Behavior...