Skip to content

alaabenfatma/dockard

Repository files navigation

Dockard

Dockard (Docker Card) is a web application that converts docker-compose YAML files into interactive diagram.

Dockard GIF


🎮 Demo

You can try Dockard on dockard.vercel.app.


⚡ Installation

The installation of Dockard is quite straightforward. Two methods exist:

🌿 From source

  1. Clone the git repo
git clone https://github.com/alaabenfatma/dockard.git
  1. Run via npm (based on react-scripts)
npm start

🐋 From a docker image

docker run -p 80:80 alaabenfatma/dockard

🧪 Tests

As of now, only a few basic unit tests have been implemented. To run tests, use the following command:

npm run test

Acknowledgements/Credits

  • Vercel for hosting
  • icons8 for icons

About

Convert docker-compose YAML into interactive diagrams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published