Skip to content

Commit 7217444

Browse files
author
n10n
committed
Update README.md
1 parent 4c78ee9 commit 7217444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Dockerfile for easily setting up a node and instructions are for building backen
55

66
## Prerequisites
77
* Minimum 2GB RAM but 4 GB RAM is recommended for compling the source code.
8-
* Basic knowledge of Docker. Docker installed (https://www.docker.com/) and running Docker process. Using [Kitematic](https://docs.docker.com/kitematic/) to start the docker process is very helpful and advisable if using Windows or Mac. On modern linux kernel based system, such as Arch Linux, you can just use plain [Docker](https://wiki.archlinux.org/index.php/Docker). Make a note of assigned IP address when starting up Docker and for example, in Windows and Mac, assigned IP address is 192.168.99.100. If want to use existing Docker image to run backend (preferred method) then use the image from Docker hub using `docker pull livelygig/backend` after that jump to 'Running' section below and change the docker image to `livelygig/backend` from `spliciousbkendimage` in docker run commands below. Please follow detailed instruction at https://github.com/synereo/dockernode/wiki/Running-Pre-built-Image.
8+
* Basic knowledge of Docker. Docker installed (https://www.docker.com/) and running Docker process. Using [Kitematic](https://docs.docker.com/kitematic/) to start the docker process is very helpful and advisable if using Windows or Mac. On modern linux kernel based system, such as Arch Linux, you can just use plain [Docker](https://wiki.archlinux.org/index.php/Docker). Make a note of assigned IP address when starting up Docker and for example, in Windows and Mac, assigned IP address is 192.168.99.100. If want to use existing Docker image to run backend (preferred method) then use the image from Docker hub using `docker pull livelygig/backend` after that jump to 'Running' section below and change the docker image to `livelygig/backend` from `spliciousbkendimage` in docker run commands below. Please follow detailed instruction to run pre-built image at https://github.com/synereo/dockernode/wiki/Running-Pre-built-Image.
99

1010
[https://hub.docker.com/r/livelygig/backend/](https://hub.docker.com/r/livelygig/backend/)
1111

0 commit comments

Comments
 (0)