Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
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