Skip to content

Commit

Permalink
Add dockerfile metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jan 19, 2022
1 parent cfd9383 commit 1be2715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.17.6-alpine3.15 AS builder

LABEL org.opencontainers.image.source="https://github.com/DataDog/stratus-red-team/"
RUN mkdir /build
RUN apk add --update make
WORKDIR /build
Expand Down
5 changes: 5 additions & 0 deletions docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@ brew install stratus-red-team

- Linux / Windows: Download one of the [pre-built binaries](https://github.com/datadog/stratus-red-team/releases).

- Docker:

```
docker pull ghcr.io/datadog/stratus-red-team
docker run --rm ghcr.io/datadog/stratus-red-team
```
*[TTP]: Tactics, techniques and procedures

0 comments on commit 1be2715

Please sign in to comment.