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
Size
14.1 MB
Last updated
over 10 years ago
docker pull skame/nomad