Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/po3rin/dockerdot

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

buildkit docker dockerfile go golang wasm webassembly

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# dockerdot

---

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

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



## How to develop

```bash
## 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.