Sign inSign up

shillsnstuff/argoneum

By shillsnstuff

•Updated about 8 years ago

Deploy ARGO 2.0 Nodes

Image
1

278

shillsnstuff/argoneum repository overview

Currently ARGO v1.1

Run docker-compose -f docker-compose.yml up -d

Container Example: docker run -d -t -i -e MN_KEY='MN_KEY' -e MN_IP='MN_IP' shillsnstuff/argoneum

Compose Example docker-compose.yml contents:

version: '2'
services:
  argo:
      image: 'shillsnstuff/argoneum'
      environment:
        - MN_KEY=${MN_KEY}
        - MN_IP=${MN_IP}

. . Like this? Send a tip with ARGO -> AXE9A9rauFKrgfT8jxxW98kpGgcbJcqJQV

Tag summary

Content type

Image

Digest

Size

227.4 MB

Last updated

about 8 years ago

docker pull shillsnstuff/argoneum