Bindlog/install_deps.sh

7 lines
136 B
Bash

#!/bin/bash
# Installation de Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
mkdir -p /opt/docker/dns