open-nomad/website/source/docs/commands/agent.html.md

19 lines
607 B
Markdown
Raw Normal View History

2015-09-14 23:54:05 +00:00
---
layout: "docs"
page_title: "Commands: Agent"
sidebar_current: "docs-commands-agent"
description: >
The agent command is the main entrypoint to running a Nomad client
or server.
---
# Nomad Agent
The agent command is the heart of Nomad: it runs the agent that handles client
or server functionality, including exposing interfaces for client consumption
and running jobs.
Due to the power and flexibility of this command, the Nomad agent is documented
in its own section. See the [Nomad Agent](/docs/agent/index.html) section for
more information on how to use this command and the options it has.