Skip to content

Instantly share code, notes, and snippets.

@frenata
frenata / Justfile-for-docker.md
Created November 27, 2024 02:07 — forked from fdmysterious/Justfile-for-docker.md
Justfile for docker

Justfile for docker

This gist shows how to use the just command runner for a docker based project. The trick is to give the ability to call the recipes inside or outside the container, making it compatible for example with pipelines, or Devcontainers.

image_name := env_var_or_default("IMAGE_NAME", "buildenv:componentTesting")

# https://stackoverflow.com/questions/23513045/how-to-check-if-a-process-is-running-inside-docker-container
@frenata
frenata / Wahoo_Elemnt.md
Created February 25, 2021 16:49 — forked from Intyre/Wahoo_Elemnt.md
Wahoo Elemnt - Tips, tricks and custom images