Initial release
A command line for managing Docker stacks and images for development environments. It can build stacks for the following applications:
- OroPlatforn 1.8, 1.10, 2.6, 3.1 and 4.1
- OroCRM 3.1 and 4.1
- OroCommerce 3.1 and 4.1
- Marello 2.0, 2.1, 2.2 and 3.0
A wizard helps you use the more appropriate images and stacks for your environment, the wizard is able to auto-discover the application you are working on.
Handles the following:
- Builds images (with
images:build
) - Checks the images' prerequisites (with
images:test
) - Pulls and pushes the images to Docker Hub (with
images:pull
andimages:push
) - Lists the available images and their dependencies (with
images:tree
andimages:list
) - Initializes, builds and updates a Docker Compose stack (with
stack:init
andstack:upgrade
)
This package is available in a dedicated docker image kiboko/kloud