To install using Moby on Linux:
sudo apt-get update && sudo apt-get-yq install wget
sudo bash -c "$(wget -qO- https://github.com/Chuxel/moby-vscode/raw/main/install-moby.sh)"
sudo usermod -aG docker $(whoami)To install using Docker CE on Linux:
sudo apt-get update && sudo apt-get-yq install wget
sudo bash -c "$(wget -qO- https://github.com/Chuxel/moby-vscode/raw/main/install-moby.sh)" -- false
sudo usermod -aG docker $(whoami)This script is not enough to get "Docker in Docker" working in a container. See here for a container compatible script.