Docker System Diagram

...
  • Docker
  • Containers
  • Volumes
  • Networks
  • Images
Less than 1 minute

# Docker System Diagram

Being able to visualize your Docker system is a major piece of functionality in the Commandeer system. After you have setup your environment, often by using Docker Compose, being able to see it all so that you can verify it is all setup correctly is a crucial step in understanding your system.

Below you can see an example of the system diagram tool.

You can see that your containers are derived from images, and that they can be connected to volumes and belong inside networks.

You can also download the diagram as an image by clicking the 'Save as .png' button in the top right corner. You can then easily share it in a presentation of offline with your team.

# Conclusion

Visualizing your system is one of the main goals of Commandeer. And with Docker, it is quite helpful for a developer to be able to see how their system is setup.

Last update: May 11, 2021 16:05