hongbo-miao/hongbomiao.com

View on GitHub
busybox/Makefile

Summary

Maintainability
Test Coverage
docker-run:
    docker run --interactive --tty --name=busybox busybox
docker-inspect:
    docker inspect --format="{{ .NetworkSettings.IPAddress }}" busybox