Often Docker containers will have an extremely bare-bones Linux environment. In these scenarios, the ip and ifconfig commands are often not available. However I’d still like to be able to check what the Docker container’s IP address got assigned as. What do? Well, one thing you can try is running hostname which should still be…