Skip to content

Instantly share code, notes, and snippets.

@Semmu
Created September 3, 2022 23:09
Show Gist options
  • Save Semmu/3dafb22420db018940d26f1d2dc43eba to your computer and use it in GitHub Desktop.
Save Semmu/3dafb22420db018940d26f1d2dc43eba to your computer and use it in GitHub Desktop.
alias docker-compose
alias docker-compose="docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "$PWD:$PWD" \
-w="$PWD" \
docker/compose"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment