Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x](backport #41120) Fix read-only instructions for running Beats on Docker #41150

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 7, 2024

@blakerouse, Bill noticed a couple of issues with the Run (beat) on a read-only file system instructions:


docker run \
  --mount type=source=$(pwd}/data,destination=/usr/share/{beatname_lc}/data
  --read-only
  {dockerimage}

I believe:

  • the $(pwd} should be $(pwd)
  • the type is missing should be something like type=....,source=

This PR fixes up the first issue, but can you please help with the second? I'm not sure what the change should be, if any. I just copied that command from your comment here.


This is an automatic backport of pull request #41120 done by [Mergify](https://mergify.com).

* Fix read-only instructions for running Beats on Docker

* Fix up command

(cherry picked from commit b7d7fec)
@mergify mergify bot requested a review from a team as a code owner October 7, 2024 13:59
@mergify mergify bot added the backport label Oct 7, 2024
@mergify mergify bot requested review from leehinman and VihasMakwana and removed request for a team October 7, 2024 13:59
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 7, 2024
@botelastic
Copy link

botelastic bot commented Oct 7, 2024

This pull request doesn't have a Team:<team> label.

@pierrehilbert pierrehilbert enabled auto-merge (squash) October 7, 2024 15:21
@pierrehilbert pierrehilbert merged commit 2150b17 into 8.x Oct 7, 2024
142 checks passed
@pierrehilbert pierrehilbert deleted the mergify/bp/8.x/pr-41120 branch October 7, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants