✨ What's new
docker pussh now tries to automatically find the docker binary in more locations, including snap installs, Homebrew (linuxbrew), and other custom paths.
Huge kudos to @kwakubiney and @decarbonise for the contribution! ❤️
If auto-detection doesn't work for your setup, you can now set the path explicitly using the REMOTE_DOCKER_PATH environment variable. You can also override the path to the containerd socket on the remote host using the REMOTE_CONTAINERD_SOCKET environment variable.
REMOTE_DOCKER_PATH=/usr/local/bin/docker REMOTE_CONTAINERD_SOCKET=/var/run/docker/containerd/containerd.sock \
docker pussh myimage:1.2.3 user@host