Skip to content

Commit

Permalink
Merge pull request #55 from voxpupuli/update_readme
Browse files Browse the repository at this point in the history
Remove usage of --link for container examples
  • Loading branch information
rwaffen authored Mar 15, 2024
2 parents 2719032 + 4005dda commit 32993cf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ This project hosts the Dockerfile and the required scripts to build a PuppetDB c
For compose file see: [CRAFTY](https://github.com/voxpupuli/crafty/tree/main/puppet/oss)

The PuppetDB container requires a working postgres container or other suitably
configured PostgreSQL database. With that in place, you can run PuppetDB like
so:

```shell
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/container-puppetdb:7.16.0-latest
```
configured PostgreSQL database. For a Compose example see the [CRAFTY OSS Demo compose.yaml](https://github.com/voxpupuli/crafty/blob/main/puppet/oss/compose.yaml)

You can change configuration settings by mounting volumes containing
configuration files or by using this image as a base image. For the defaults,
Expand All @@ -47,7 +42,7 @@ The new version schema has the following layout:
Example usage:

```shell
docker run --link postgres:postgres --link puppet:puppet ghcr.io/voxpupuli/container-puppetdb:7.16.0-latest
docker pull ghcr.io/voxpupuli/puppetdb:7.13.0-v1.2.1
```

| Name | Description |
Expand Down

0 comments on commit 32993cf

Please sign in to comment.