Skip to content

Instantly share code, notes, and snippets.

@aliabidzaidi
Created October 19, 2022 16:57
Show Gist options
  • Save aliabidzaidi/3038a64adb7b8053c1a2adde91b79b33 to your computer and use it in GitHub Desktop.
Save aliabidzaidi/3038a64adb7b8053c1a2adde91b79b33 to your computer and use it in GitHub Desktop.
DHCP KEA Docker container stuck

Fix for docker kea container restarting

export LOCAL_DIR=$(docker inspect -f '{{ .GraphDriver.Data.UpperDir }}' dhcp-kea-1)
pushd $LOCAL_DIR/run/kea/
rm kea.kea-dhcp4.pid
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment