Created
May 23, 2021 21:43
-
-
Save sandalsoft/4b69f8cca0715b6d4d81663c04263f46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------ | |
# 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