Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
Category: VPS Setup
apt update && apt install docker.io -y
systemctl start docker
systemctl enable docker
docker run hello-world
ufw allow 2375
docker run -d -p 3306:3306 mysql
docker ps