Skip to content

pythoninthegrass/earthly

Repository files navigation

earthly

Customized docker image for earthly

Minimum Requirements

Usage

# docker compose
docker compose up -d
docker compose stop
docker compose down --volumes

# docker
docker run -d -it --rm \
    --name earthly-buildkitd \
    --privileged \
    -v earthly-cache:/tmp/earthly:rw \
    -e BUILDKIT_MAX_PARALLELISM=20 \
    ghcr.io/pythoninthegrass/earthly \
    "/usr/bin/entrypoint.sh buildkitd --config=/etc/buildkitd.toml"

docker stop earthly-buildkitd
docker rm earthly-buildkitd

Further Reading

About

Customized docker image for earthly

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published