Skip to content

Commit

Permalink
Merge pull request #469 from MindTooth/docs/fix_broken_docker_example
Browse files Browse the repository at this point in the history
docs: add missing $ and " to command expansion
  • Loading branch information
lubosmj committed May 27, 2024
2 parents 6b8c830 + f1cf102 commit fab1514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pulp-in-one-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ CentOS/RHEL 7 and later

```
$ mkdir settings pulp_storage pgsql containers
$ echo "CONTENT_ORIGIN='http://$(hostname):8080'
ANSIBLE_API_HOSTNAME='http://$(hostname):8080'
ANSIBLE_CONTENT_HOSTNAME='http://$(hostname):8080/pulp/content'
TOKEN_SERVER = "http://(hostname):8080/token/"
$ echo "CONTENT_ORIGIN = 'http://$(hostname):8080'
ANSIBLE_API_HOSTNAME = 'http://$(hostname):8080'
ANSIBLE_CONTENT_HOSTNAME = 'http://$(hostname):8080/pulp/content'
TOKEN_SERVER = 'http://$(hostname):8080/token/'
TOKEN_SIGNATURE_ALGORITHM = 'ES256'
PUBLIC_KEY_PATH = '/tmp/public_key.pem'
PRIVATE_KEY_PATH = '/tmp/private_key.pem'
Expand Down

0 comments on commit fab1514

Please sign in to comment.