Hashicorp's Nomad clustering tool installed on Alpine Linux
3.2K
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"
Content type
Image
Digest
sha256:d200e7ccf…
Size
13.1 MB
Last updated
about 10 years ago
docker pull shanesveller/nomad