Make Go work better
This commit is contained in:
parent
f7b27f34c3
commit
c3b9031ac6
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ fi
|
|||
|
||||
export _acp_podman_run='podman run --rm --interactive --tty --security-opt label=disable'
|
||||
alias adoc='$_acp_podman_run --volume "$(pwd)":/documents docker.io/asciidoctor/docker-asciidoctor'
|
||||
alias pgo='$_acp_podman_run --volume "$(pwd)":/go docker.io/library/golang go'
|
||||
alias pgo='$_acp_podman_run --volume "$(pwd)":/build --workdir /build docker.io/library/golang'
|
||||
alias prun='$_acp_podman_run --volume "$HOME":"$HOME" --volume "$XDG_RUNTIME_DIR":"$XDG_RUNTIME_DIR" --env XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" --env XDG_SESSION_TYPE=wayland --ipc host'
|
||||
alias pruncerts='prun --volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro --volume /etc/ssl/certs:/etc/ssl/certs:ro'
|
||||
|
||||
|
|
Loading…
Reference in a new issue