Skip to content

Commit

Permalink
Update README with thank you note
Browse files Browse the repository at this point in the history
  • Loading branch information
shawndwells committed Jul 31, 2020
1 parent 83c871d commit 3beadb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USER root
# Friendly reminder that generated container images are from an open source
# project, and not a formal CrowdStrike product.
#
LABEL maintainer="https://github.com/CrowdStrike/openshift-falcon-daemonset"
LABEL maintainer="https://github.com/CrowdStrike/dockerfiles/"

#
# Apply updates to base image.
Expand Down Expand Up @@ -42,9 +42,9 @@ ARG VCS_REF # VCS_REF=$(git rev-parse --short HEAD)
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.schema-version "1.0"
LABEL org.label-schema.description "CrowdStrike Falcon Linux Sensor"
LABEL org.label-schema.vendor "https://github.com/CrowdStrike/openshift-falcon-daemonset"
LABEL org.label-schema.url="https://github.com/CrowdStrike/openshift-falcon-daemonset"
LABEL org.label-schema.vcs-url="https://github.com/CrowdStrike/openshift-falcon-daemonset"
LABEL org.label-schema.vendor "https://github.com/CrowdStrike/dockerfiles/"
LABEL org.label-schema.url="https://github.com/CrowdStrike/dockerfiles/"
LABEL org.label-schema.vcs-url="https://github.com/CrowdStrike/dockerfiles/"
LABEL org.label-schema.vcs-ref=$VCS_REF
LABEL org.label-schema.docker.cmd \
"docker run -d --privileged -v /var/log:/var/log \
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ FALCONCTL_OPT_MEMFAIL_EVERY_N
The sensor can be run as a background service as follows:

```shell
CONTAINER_ID=$(docker run -d \
$ CONTAINER_ID=$(docker run -d \
-e FALCONCTL_OPT_CID=<<your CID>> \
-e FALCONCTL_OPT_TRACE=debug \
--privileged --net=host \
Expand All @@ -87,8 +87,11 @@ Replace ``<<your CID>>`` with your CrowdStrike Customer ID (CID). This can be fo
`falconctl` can be invoked inside a running sensor container with `docker exec`:
```shell
docker exec -it $CONTAINER_ID falconctl -g --trace
$ docker exec -it $CONTAINER_ID falconctl -g --trace
```
## Post-build Actions
Push the image to a registry (like ECR) if the container needs to be accessed outside of the build host.
Push the image to a registry (like ECR) if the container needs to be accessed outside of the build host.
## Many Thanks
Thank you to [Dinesh Subhraveti](https://www.linkedin.com/in/subhraveti/) whose initial code inspired this repo!

0 comments on commit 3beadb0

Please sign in to comment.