excalidocker-rs icon indicating copy to clipboard operation
excalidocker-rs copied to clipboard

Convert your docker-compose into excalidraw

Results 7 excalidocker-rs issues
Sort by recently updated
recently updated
newest added

Since it's possible to build a Rust program for Web assembly maybe it will be possible to convert `excalidocker` into browser add-on. Resources: [1] [Rust Linz, November 2020 - Karl...

enhancement
help wanted
good first issue

Support include https://www.docker.com/blog/improve-docker-compose-modularity-with-include/

enhancement
help wanted
good first issue

https://github.com/excalidraw/excalidraw-logo https://github.com/excalidraw/excalidraw/issues/109

enhancement
help wanted
good first issue

When container and host ports do not match the host port text is a bit dimmed. This happens due to the order in which network and that text are placed.

bug
enhancement
help wanted
good first issue

For example: ``` docker run --rm -e INPUT_PATH=https://raw.githubusercontent.com/treeverse/lakeFS-samples/main/standalone/airflow-dag-example/docker-compose.yml etolbakov/excalidocker:latest > tmp.excalidraw ``` The generated diagram doesn't show the ports exposed by the services that are extended from a parent Docker...

When a docker image exposes several ports the layout has issues. ``` minio: image: minio/minio container_name: minio ports: - "9000:9000" - "9001:9001" - "9044:9044" - "9055:9055" ``` It affects all...

bug
help wanted
good first issue

It feels that these number of structs is excessive: https://github.com/etolbakov/excalidocker-rs/blob/99459d082a0b413cd0994094f4fcf80f4320ab2d/src/main.rs#L143-L147 During the development I came up with the most straightforward solution and didn't have much time to reflect on the...

enhancement
help wanted
good first issue