1
0

add aliases podman-start und podman-use

This commit is contained in:
Michael Hoennig
2022-09-15 11:19:04 +02:00
parent 01d9cbd711
commit 430f75ea15
2 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,8 @@ gradleWrapper () {
rm $TEMPFILE
}
alias podman-start='systemctl --user enable --now podman.socket && systemctl --user status podman.socket && ls -la /run/user/$UID/podman/podman.sock'
alias podman-use='export DOCKER_HOST="unix:///run/user/$UID/podman/podman.sock"; export TESTCONTAINERS_RYUK_DISABLED=true'
alias gw=gradleWrapper
alias pg-sql-run='docker run --name hsadmin-ng-postgres -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres:13.7-bullseye'