Hi everyone, I am trying to run ELK through docker-compose. Unfortunately, I cannot get this up and running as docker’s default subnet is causing networking issues. I have tried the follow and the issue still persists:
# How to change the Docker default subnet IP address
Default-address-pool(s) was unrecognizable so I tried to following as well:
- editing the /etc/default/docker file with DOCKER_EXTRA_ARGS="–default-address-pool base=xxx.xxx.x.x/24,size=24"
(I tried with both pools and pool, the syntax didn’t make a difference)
I have also tried editing the daemon.json file with:
{
“bip”:“xxx.xx.x.x/16”
}
Any help would be much appreciated!