Skip to content

Commit

Permalink
fix: note about docker compose POC (#940)
Browse files Browse the repository at this point in the history
fix: change the text
  • Loading branch information
wojtekzyla committed Jan 9, 2024
1 parent 5670d7c commit 73af53b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docker-compose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Deployment using docker compose

SC4SNMP now offers beta support for docker-compose providing an alternative method for project deployment.
While this is in beta, we encourage users to explore it. Although we've conducted extensive testing, occasional issues may arise.
Your feedback during this phase is crucial in refining and optimizing and can be shared using [issues](https://github.com/splunk/splunk-connect-for-snmp/issues).
To get started, refer to the [documentation](https://github.com/splunk/splunk-connect-for-snmp/tree/fix/docker-compose/docs/dockercompose)
and `fix/docker-compose` branch for instructions on setting up and running SC4SNMP using docker-compose.
Your involvement in testing docker-compose support is pivotal, and we look forward to hearing about your experiences.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ nav:
- Troubleshooting : "bestpractices.md"
- Releases: "releases.md"
- High Availability: ha.md
- Docker compose deployment: "docker-compose.md"

0 comments on commit 73af53b

Please sign in to comment.