Dockard (Docker Card) is a web application that converts docker-compose YAML files into interactive diagram.
You can try Dockard on dockard.vercel.app.
The installation of Dockard is quite straightforward. Two methods exist:
- Clone the git repo
git clone https://github.com/alaabenfatma/dockard.git- Run via npm (based on react-scripts)
npm startdocker run -p 80:80 alaabenfatma/dockardAs of now, only a few basic unit tests have been implemented. To run tests, use the following command:
npm run test- Vercel for hosting
- icons8 for icons
