This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBGUPDqgBEAClZmG9IbdPMqPc4lexTk8b4o4NbpQpYkBCLDKyM8WeObhHV47s | |
2vDmV1MFJUj9d1onSQvihaxgLBhMGWjL8xJWbvcLUZh1OsSQEfcLB+v2nBA4LrEI | |
9cCcSPX4Cdw5trHPheDMVtDZSQLtYa6Ceey7TqF4L9BSF7K+oZkmUjSneCH//L1u | |
n7gJeBVqz25i6Tl+Mp2By/Q2feG9NYhThkTAFVFxKAnp5KkJKocvrl9qmOWDdlHe | |
8I5fdPg95HnnnR7JzIDuxUimpSLD5U0qpg/iYpsnpA+nwQ/Rs8VskxhGK97u4Pzm | |
dJmJYkQmye2k2FxhmkLYXU4dxJbyaZgdjNZmlDCKH1LjkuBgB54ETwMF4ekuwT29 | |
rqYwX4h9ASmGBN8NKYzCG2246aCTUFbSVrw/iJdVwRIw4v1+plw9Vc6i+VgFx8y0 | |
XULHw8iboX2T35W95hvgbtZZRmyXB1R9bGtT/vvgsXbEVBbX/MMPncIXGTJ5I1Lw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
veth_in_use=() | |
veth_unused=() | |
veth_all=() | |
function veth_interface_for_container() { | |
local pid=$(docker inspect -f '{{.State.Pid}}' "${1}") | |
mkdir -p /var/run/netns | |
ln -sf /proc/$pid/ns/net "/var/run/netns/${1}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am daanemanz on github. | |
* I am daanemanz (https://keybase.io/daanemanz) on keybase. | |
* I have a public key whose fingerprint is 6879 EC13 0151 3D72 91CE BF2A 5744 9C9A 91B0 6490 | |
To claim this, I am signing this object: |