/docker-vps

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

Primary LanguageShell

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