Skip to content

Instantly share code, notes, and snippets.

@sandalsoft
Created May 23, 2021 21:43
Show Gist options
  • Save sandalsoft/4b69f8cca0715b6d4d81663c04263f46 to your computer and use it in GitHub Desktop.
Save sandalsoft/4b69f8cca0715b6d4d81663c04263f46 to your computer and use it in GitHub Desktop.
# ------------------------------------
# Exports and aliases
# ------------------------------------
export CONTAINERS_HOME=$HOME/containers
export CONTAINER_HOME=$CONTAINERS_HOME
export JQ_EXPR_UNIQUE_DOCKER_COMPOSE_RELATIVE_PATH_VOLUMES='with_entries(.value |= .volumes) | to_entries | map(.value) | flatten | map (. | try split(":")) | map(.[0] ) | map(. | select(. | startswith("/") | not)) | unique | .[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment