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 start
docker run -p 80:80 alaabenfatma/dockard
As 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