Skip to content

Commit

Permalink
Merge pull request #6441 from TomSweeneyRedHat/dev/tsweeney/fixtuthttpd
Browse files Browse the repository at this point in the history
[CI:DOCS] update httpd location in tutorial
  • Loading branch information
openshift-merge-robot committed May 31, 2020
2 parents 9037908 + bc1f5ef commit bb05337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/podman_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ page.
podman run -dt -p 8080:8080/tcp -e HTTPD_VAR_RUN=/var/run/httpd -e HTTPD_MAIN_CONF_D_PATH=/etc/httpd/conf.d \
-e HTTPD_MAIN_CONF_PATH=/etc/httpd/conf \
-e HTTPD_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/httpd/ \
registry.fedoraproject.org/f27/httpd /usr/bin/run-httpd
registry.fedoraproject.org/f29/httpd /usr/bin/run-httpd
```
Because the container is being run in detached mode, represented by the *-d* in the `podman run` command, Podman
will print the container ID after it has run. Note that we use port forwarding to be able to
Expand Down

0 comments on commit bb05337

Please sign in to comment.