Install

  1. Install docker

There are official steps how to install docker on your machine: https://docs.docker.com/engine/install/

  1. Pull the domainer image

docker pull daneeskripter/domainer

  1. Run the domainer container

docker run -d --restart=always -v domainer:/home/node/ -p 3000:3000 daneeskripter/domainer

  1. Now open domainer website in your browser and make the basic setup:

<SERVER IP>:3000 - domainer website

Last updated