Install
Install docker
There are official steps how to install docker on your machine: https://docs.docker.com/engine/install/
Pull the domainer image
docker pull daneedev/domainer
Run the domainer container
docker run -d --restart=always -v domainer:/home/node/ -p 3000:3000 daneedev/domainer
Now open domainer website in your browser and make the basic setup:
<SERVER IP>:3000
- domainer website
Last updated