Grokzen / docker-redis-cluster

Dockerfile for Redis Cluster (redis 3.0+)
MIT License
1.47k stars 551 forks source link

kernel:unregister_netdevice: waiting for lo to become free. Usage count = 1 #100

Closed 1456764506 closed 4 years ago

1456764506 commented 4 years ago

Base ENV CentOS7 when I use "docker-compose build --build-arg "redis_version=4.0.1" redis-cluster" to build redis the problem appear “ Message from syslogd@localhost at Jul 29 20:03:22 ... kernel:unregister_netdevice: waiting for lo to become free. Usage count = 1 ” How can i solve this problem?

Grokzen commented 4 years ago

@1456764506 I dont know. This seems to be a problem on your system and/or docker itself. It has nothing todo with this image or repo really. I suggest you have to search for help on dev.to, stackoverflow or google to find out a solution to your problem.