Docker Fails Debian 10 ARM

I’m having an issue getting docker-ce to install and run on Debian 10 ARM. I’ve successfully built a new kernel with the required options, but now docker seems to be failing because of iptables. Any help would be appreciated. Iptables is version 1.8.2.

failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables: Operation not supported. (exit status 1)

I was able to fix this by changing iptables to legacy mode.

update-alternatives --config iptables