Build the Docker Image locally
Last updated
Last updated
To build the image locally docker
and git
should already be installed on your machine. git
comes installed with most Linux distributions; if you OS doesn't include it follow the instructions in .
For Docker please follow for instruction on how to install it on your OS.
Building T4L3NT node Docker image locally requires 15Gb of free storage space due to the additional images that needs to be downloaded during the Docker build process.
Clone the repository
2. Build the Docker image This step can take 15+ minutes depending on how your internet download speed and how performant your machine is.
3. Run the Docker container
You can use the same command as in Setting up a t4l3nt node but use tlnt-node:latest
as the Docker image name for the container
4. Continue with the instructions in Setting up a t4l3nt node