per user podman start

This commit is contained in:
2023-10-22 17:23:48 +05:30
parent 1e905030b4
commit ac55743238
2 changed files with 11 additions and 0 deletions
@@ -12,6 +12,15 @@ list-commands(){
typeset -F | cut -d ' ' -f 3 | grep -v '^_' | sort
}
# start rootless podman socket
podmanStart(){
set -x
systemctl --user enable podman.socket
systemctl --user start podman.socket
systemctl --user status podman.socket
echo export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
}
# ts / tsx to js/jsx
tstojs(){
set -x