container
: a collection of namespaces, designed to fully isolate a process or set of processeshandle
: short name for a container, typically the last part of a filesystem pathnamespace
: a Linux kernel feature that isolates processes's view of a particular type of feature e.g. a process in a "network namespace" sees different network resources than other processes (ref)vxlan
: an implementation of an overlay network which encapsulates ethernet frames inside UDP packets the Linux kernel has vxlan supportoci
: the Open Container Initiative, an evolving standard that Docker, Rocket, and Guardian are coding againstcni
: the Container Network Interface
ip
ip netns list
ip netns exec
bridge
bridge fdb
iptables
ifconfig
runc
: a reference implementation of theoci
spec; a CLI for creating containers