Update docker-install.sh

This commit is contained in:
tteckster
2022-03-24 20:32:10 -04:00
committed by GitHub
parent d0b8f37dfa
commit 445853f796

@ -64,6 +64,7 @@ get_latest_release() {
}
DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")
PORTAINER_LATEST_VERSION=$(get_latest_release "portainer/portainer")
echo -en "${GN} Installing Docker $DOCKER_LATEST_VERSION... "
DOCKER_CONFIG_PATH='/etc/docker/daemon.json'