docker-bootstrap/2_install_docker_pkgs.sh

7 lines
143 B
Bash
Executable File

#!/bin/bash
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
docker run hello-world