项目作者: dweomer

项目描述 :
Nomad on Alpine
高级语言: Makefile
项目地址: git://github.com/dweomer/dockerfiles-nomad.git
创建时间: 2018-02-25T22:27:39Z
项目社区:https://github.com/dweomer/dockerfiles-nomad

开源协议:

下载


HashiCorp Nomad on Alpine

A super-simple Nomad image that is suitable for use as a no-frills client or as the base for a server image.

No VOLUMEs nor EXPOSEs — no side-effects. Just an ENTRYPOINT to the nomad executable.

  1. $ docker run --rm -it dweomer/nomad
  2. Usage: nomad [-version] [-help] [-autocomplete-(un)install] <command> [args]
  3. Common commands:
  4. run Run a new job or update an existing job
  5. stop Stop a running job
  6. status Display the status output for a resource
  7. alloc Interact with allocations
  8. job Interact with jobs
  9. node Interact with nodes
  10. agent Runs a Nomad agent
  11. Other commands:
  12. acl Interact with ACL policies and tokens
  13. agent-info Display status information about the local agent
  14. deployment Interact with deployments
  15. eval Interact with evaluations
  16. namespace Interact with namespaces
  17. operator Provides cluster-level tools for Nomad operators
  18. quota Interact with quotas
  19. sentinel Interact with Sentinel policies
  20. server Interact with servers
  21. ui Open the Nomad Web UI
  22. version Prints the Nomad version