Sign inSign up

shanesveller/nomad

By shanesveller

Updated about 10 years ago

Hashicorp's Nomad clustering tool installed on Alpine Linux

Image
1

3.2K

shanesveller/nomad repository overview

Usage

docker run -it --name nomad --rm \
  -v /var/run/docker.sock:/var/run/docker.sock \
  shanesveller/nomad:0.2.0 agent -dev
docker exec -it nomad nomad node-status
docker exec -it nomad sh -c "nomad init && nomad run example.nomad && sleep 5 && nomad status && nomad stop example"

Tag summary

Content type

Image

Digest

sha256:d200e7ccf

Size

13.1 MB

Last updated

about 10 years ago

docker pull shanesveller/nomad