Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.27 KB

EZCompose visitors Pylint

EZCompose is a docker-compose.yml builder. Define your images, networks, volumes, ports and more, easily. In this video (Spanish), you can see how EZCompose works.

ko-fi

FAQ

How should I run EZCompose?

In each release, you have an executable file to run EZCompose under Linux or macOS.

$ ./ezcompose

If you're a Windows user, you need to download the source code and run it in the following way.

$ python3 ezcompose.py

If you don't have installed Python, you can download it from here.

Since the v0.1.5, EZCompose can be run from a Docker Container; you only need to run...

$ docker run -it hectorivand/ezcompose:v0.1.8

I want to contribute with EZCompose

If you like this project and you want to contribute, you're very welcome to do it, just fork it and make a pull request when you're ready. Here, you can see the To Do list and here the Issues.