Skip to content

Achain-Dev/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker quick start

One of the quickest ways to get Achain up and running on your machine is by using Docker:

docker run -d --name achain-node -p 18888:18888 \
           --restart=always -it imageName \
           --rpcuser username --rpcpassword password --httpdendpoint 0.0.0.0:18888 --server

For example

docker run -d --name achain-node -p 18888:18888 \
           --restart=always -it achain-wallet \
           --rpcuser admin --rpcpassword admin --httpdendpoint 0.0.0.0:18888 --server
                     

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •