mix conjure.docker.build (Conjure v0.1.1-alpha)

View Source

Builds the Conjure Docker sandbox image.

Usage

mix conjure.docker.build

Options

--tag, -t      Image tag (default: conjure/sandbox:latest)
--no-cache     Build without using cache

Examples

# Build with default tag
mix conjure.docker.build

# Build with custom tag
mix conjure.docker.build --tag myapp/sandbox:v1