Skip to content

Instantly share code, notes, and snippets.

View junereycasuga's full-sized avatar

Junerey Casuga junereycasuga

View GitHub Profile
@junereycasuga
junereycasuga / docker-network.sh
Created January 24, 2017 09:21 — forked from samundra/docker-network.sh
List the actively running docker container ip
#!/bin/bash
set -e
## List the actively running docker container ip
## Usage chmod +x docker-network.sh
## ./docker-network.sh
##
## Output: container_1 - 172.17.0.2
## container-2 - 172.17.0.3
## container-2 - 172.17.0.4