Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 248 Bytes

How to install docker and docker compose.md

File metadata and controls

5 lines (5 loc) · 248 Bytes

Automatic

You can setup docker & docker-compose in few minutes by using automated script below

wget -q -O docker.sh https://raw.githubusercontent.com/thenhthang/vinnodes/main/docker.sh && chmod +x docker.sh && sudo /bin/bash docker.sh