Skip to content

Commit

Permalink
docs tweak, updated docker img location (#1408)
Browse files Browse the repository at this point in the history
### Summary

Docs tweak, updating docker img location



### Related issues or links

N/A

### Checklist

**N/A** Provide proof that this works (this makes reviews move faster).
Please perform one or more of the following:
- [ ] Update/add unit or integration tests.
- [ ] Include a screenshot showing what the graph looked like before and
after your changes.
- [ ] Include console log trace showing what happened before and after
your changes.

**N/A** If you are changing a node or relationship:
- [ ] Update the
[schema](https://github.com/lyft/cartography/tree/master/docs/root/modules)
and
[readme](https://github.com/lyft/cartography/blob/master/docs/schema/README.md).

**N/A** If you are implementing a new intel module:
- [ ] Use the NodeSchema [data
model](https://cartography-cncf.github.io/cartography/dev/writing-intel-modules.html#defining-a-node).

Signed-off-by: Daniel Brauer <[email protected]>
  • Loading branch information
danbrauer authored Dec 13, 2024
1 parent e68522e commit 59306e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/root/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ A production-ready docker image is available in [GitHub Container Registry](http
use the tag or digest associated with your desired release version, e.g.

```bash
docker pull ghcr.io/lyft/cartography:0.61.0
docker pull ghcr.io/cartography-cncf/cartography:0.96.1
```

This image can then be ran with any of your desired command line flags:
This image can then be run with any of your desired command line flags:

```bash
docker run --rm ghcr.io/lyft/cartography:0.61.0 --help
docker run --rm ghcr.io/cartography-cncf/cartography:0.96.1 --help
```

0 comments on commit 59306e6

Please sign in to comment.