From 164f33b4422c41020d0c85cdc339ef6d593c1efb Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 25 May 2020 19:08:14 -0400 Subject: add selinux handling to docker aliases --- dot_zsh/source/alias.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_zsh/source/alias.zsh') diff --git a/dot_zsh/source/alias.zsh b/dot_zsh/source/alias.zsh index 4e3079e..6bbcd6a 100644 --- a/dot_zsh/source/alias.zsh +++ b/dot_zsh/source/alias.zsh @@ -2,7 +2,7 @@ alias cat=bat alias cp='cp --reflink=auto' alias dif='colordiff -u' alias dit='docker run --rm -it' -alias drun='dit -v "$PWD":/pwd -w /pwd' +alias drun='dit -v "$PWD":/pwd:Z -w /pwd' alias g=genius alias less='less -R' alias m=micro -- cgit v1.2.3