po3rin / dockerdot

:whale: dockerdot shows dockerfile dependenciy graph. This is useful to understand how build dockerfile. This uses Go WebAssembly + BuildKit package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerdot


dockerdot shows dockerfile dependenciy graph. This is useful to understand how build dockerfile. This uses Go WebAssembly + BuildKit package.

🐳 https://po3rin.github.io/dockerdot/ 🐳 (not support smart phone ...)

How to develop

## build wasm
make build

## run file server
make exec

Go + WebAssembly

https://github.com/golang/go/wiki/WebAssembly

DOT language

https://medium.com/@dinis.cruz/dot-language-graph-based-diagrams-c3baf4c0decc

BuildKit

https://github.com/moby/buildkit

Warn

dockerbot/dockerfile2llb package is almost mirror from moby/buildkit. but sygnal package is not used.

About

:whale: dockerdot shows dockerfile dependenciy graph. This is useful to understand how build dockerfile. This uses Go WebAssembly + BuildKit package.


Languages

Language:Go 69.7%Language:JavaScript 27.9%Language:HTML 1.4%Language:CSS 0.9%Language:Makefile 0.1%