Skip to content

Commit

Permalink
readme: Add compatibility section
Browse files Browse the repository at this point in the history
The section provides more information about which Linux distributions
and versions are supported by Droplet Agent.
  • Loading branch information
Jason Phan committed May 2, 2024
1 parent 04e12bd commit 19dcab3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Droplet Agent is the daemon that runs on DigitalOcean's customer droplets to ena
* [Packaging](#building-from-source-code)
* [Running the Agent](#running-the-agent)
* [Running Tests](#running-tests)
* [Compatibility](#compatibility)
* [Contributing](#contributing)

## Building
Expand Down Expand Up @@ -60,7 +61,6 @@ please remember to apply the changes by running `systemctl daemon-reload`
7. Configuration for `initctl` is saved at `/etc/init/droplet-agent.conf`. If updated, please run
`initctl reload-configuration` to apply the updated configuration.


## Running the Agent
The agent binary takes several command line arguments:
- `-debug` (boolean), if provided, the agent will run in debug mode with verbose logging. This is useful when debugging.
Expand Down Expand Up @@ -93,6 +93,15 @@ Then, inside the droplet-agent project directory:
> make test
```

## Compatibility

Droplet Agent currently supports:

- Ubuntu (oldest [End Of Standard Support](https://wiki.ubuntu.com/Releases) LTS release and later)
- Debian ([oldest supported](https://wiki.debian.org/LTS) LTS release and later)
- Fedora 27+
- CentOS 6+

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.
Expand Down

0 comments on commit 19dcab3

Please sign in to comment.