icarojobs / docker-vps

This is a tutorial how to install docker in Virtual Private Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALLING DOCKER IN VPS

This is a tutorial how to install docker in Virtual Private Servers

  1. chmod +x install.sh
  2. ./install.sh
  3. Enjoy!

For test: $ docker run -d --name some-ghost -e url=http://0.0.0.0:3001 -p 3001:2368 ghost

http://your-server-address:3001

About

This is a tutorial how to install docker in Virtual Private Servers


Languages

Language:Shell 100.0%