Your IP : 10.1.141.128


Current Path : /proc/thread-self/root/proc/self/root/proc/self/root/etc/profile.d/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/proc/self/root/etc/profile.d/podman-docker.sh

# DOCKER_HOST initialization

if [ -z "${DOCKER_HOST-}" ]; then
    if [ "$(id -u)" -eq 0 ]; then
	export DOCKER_HOST=unix:///run/podman/podman.sock
    else
	if [ -n "${XDG_RUNTIME_DIR-}" ]; then
	    export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
	fi
    fi
fi