You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
dimti a3f7465955 + nodejs applications support with pm2 manager 3 months ago
..
dockerfiles + nodejs applications support with pm2 manager 3 months ago
.env + xdebug3 feature for php 8.1 1 year ago
README.md * minor changes - format location section and describe docker visualize graph in readme 8 months ago
docker-compose.base.yml - remove php 73 containers 1 year ago
docker-compose.yml - remove php 73 containers 1 year ago

README.md

For use DOCKER_BUILD_KIT

Set bash env vars:

export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1

alias dc='docker-compose'
alias dils='docker image ls | grep'
alias dirm='docker image rm'

Visualize docker images tree

https://github.com/justone/dockviz

Setup

Add into your ~/.bash_aliases:

alias dockviz="docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz"

For use visualization with /usr/bin/dot

apt install graphviz

Containers

This is not usefully, but if your externally needs...

dockviz containers -d | dot -Tpng -o ~/containers.png

Images

Proof technology

dockviz images -d | dot -Tpng -o ~/images.png