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
Content type
Image
Digest
Size
227.4 MB
Last updated
about 8 years ago
docker pull shillsnstuff/argoneum