Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Datagram CLI-node with Docker desktop 🐳


Download Docker Desktop

Download from official Docker desktop and Install like your fav game :0


📦 Included

  • Base image: ubuntu:24.04
  • Downloads the latest Nexus CLI binary
  • Runs datagram-cli in a minimal container
  • Clean and customizable

🚀 Quick Start

1. Sign-up Here

2. Copy your License Key

Datagram - Dashboard

3. Open your Docker desktop & Terminal

Docker

4. Create datagram folder, Download Dockerfile, and build the Docker image

mkdir datagram; cd datagram; wget https://raw.githubusercontent.com/prolinkmoon/Datagram-node/main/Dockerfile -OutFile Dockerfile

Build the docker image.

docker build -t datagram-cli .

5. Run Datagram CLI-node

docker run --rm datagram-cli run -- -key <your-license-key>

if you wanna set max cpu & memory usage:

docker run --rm --cpus="2" --memory="4g" datagram-cli run -- -key <your-license-key>

This example for max cpu 2 core and 4 gb memory usage.


🔄 For future binary update

Remove all Datagram cli-node

docker rm datagram-cli
docker rmi datagram-cli

Don't forget to delete your datagram folder.

Update cli-node binary

1. Create datagram folder, Download Dockerfile, and build the Docker image

mkdir datagram; cd datagram; wget https://raw.githubusercontent.com/prolinkmoon/Datagram-node/main/Dockerfile -OutFile Dockerfile

Build the docker image.

docker build -t datagram-cli .

2. Run Datagram CLI-node

docker run --rm datagram-cli run -- -key <your-license-key>

Happy testing ..


📢 Need Help?

Follow updates and Community discussions on Twitter/X: https://twitter.com/prolinkmoon

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages