Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 419 Bytes

Docker image for Dagger

A docker image with dagger and docker-cli

Build

docker build \
    --build-arg DAGGER_VERSION=0.2.30 \
    --build-arg DOCKER_VERSION=20.10.17 \
    -t "$IMAGE_NAME" \
    .

Run

docker run -it --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v "$PWD:$PWD" \
    -w "$PWD" \
    "$IMAGE_NAME" ---help