Support deployment on post-ifconfig systems

ifconfig isn’t installed on all systems, particularly not newer ones by default.

The discourse_docker launcher.sh script relies on the presence of ifconfig on the host system.

My PR at https://github.com/discourse/discourse_docker/pull/92 allows the use of /sbin/ip instead.

5 Likes

We accepted the PR so we should be good now, thanks!