mirror of
https://github.com/rclone/rclone.git
synced 2025-03-17 20:27:52 +02:00
Currently if container under test has multiple IP addresses, the `docker_ip` function from `docker.sh` will return a gibberish. This patch makes it return the first address found. Additionally, I apply shellcheck on `docker.sh`.