mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
8fcd14b394
- Add --dev flag that will set default flag values. This simplifies the invocation of Fleet in a development environment. - Change defaults in docker-compose to use `fleet` in place of `kolide`. - Skip prompt in `prepare db` when `--dev` specified. - Update developer documentation. Updates to MySQL configuration in docker-compose.yml may require existing development containers and volumes to be deleted (this will delete data in MySQL): ```shell docker-compose rm -sf docker volume rm fleet_mysql-persistent-volume ``` Closes #170 |
||
---|---|---|
.. | ||
1-Using-Fleet | ||
2-Deployment | ||
3-Contribution | ||
images | ||
README.md |
Fleet Documentation
Welcome to the documentation for the Fleet osquery fleet manager.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API
Deployment
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios
Contribution
If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.
If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet
channel.