Ixian modules for Docker support.
Project description
Ixian.docker
Ixian.docker is a ixian based utility for implementing docker build processes. It includes an implementation of a multi-stage builder pattern. It has builders and tasks for some common build steps.
For more information tasks provided by these modules:
Installation
pip install ixian.docker
Setup
Add modules in ixian.py
Add modules for the desired build steps. This will enable their configuration and tasks.
The Docker module provides the base project layout used by the other modules. It must be enabled for the others to function.
from ixian.config import CONFIG
from ixian.module import load_modules
CONFIG.PROJECT_NAME = 'my_project'
load_modules(
'ixian.modules.docker',
'ixian.modules.python',
'ixian.modules.django',
'ixian.modules.npm',
'ixian.modules.webpack',
'ixian.modules.bower',
)
Use Tasks
Tasks can be run using ixian
. Use --help
to list tasks.
ix --help
Show help for a task.
ix compose --help
Show build tree for a task.
ix compose --show
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ixian-docker-0.1.0.dev5.tar.gz
(32.2 kB
view hashes)
Built Distribution
Close
Hashes for ixian_docker-0.1.0.dev5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c0d4658143f5145bc641e3297ca052d338d91b3ea90c5c106210fddf6c1b827 |
|
MD5 | cc92ff7eb4403e5b96778e87e99a8f7d |
|
BLAKE2b-256 | ddd26b08a07256f964ce9f0617383b0a1afba733245bd5038134a5d27719da40 |