Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/40#discussion_r47559626
--- Diff: dockerfiles/README.md ---
@@ -0,0 +1,35 @@
+####Docker
+Docker is an open-source project that automates the deployment of
applications inside software
+containers, by providing an additional layer of abstraction and automation
of operating-system-level
+virtualization on Linux.
+<https://www.docker.com/what-docker>
+
+####Dockerfiles for Fedora and Ubuntu
+The two docker files, Dockerfile-fedora and Dockerfile-ubuntu provide
quick start
+docker containers with an running instance of qpid dispatch router.
+
+The dockerfiles follow these steps before launching the dispatch router
+
+* Downloads all the fedora or ubuntu specific dependencies needed for
building apache qpid-proton.
+* Downloads the source code of qpid-proton to /main/qpid-proton
+* Builds and installs qpid-proton using gcc. /usr/local/lib64 is the
folder in which the qpid-proton artifacts are installed.
+* Downloads the source code of qpid-dispatch to /main/qpid-dispatch.
+* Builds and installs qpid-dispatch using gcc. /usr/local/sbin is the
folder in which qpid-dispatch executable is installed
--- End diff --
This is inconsistent with the dockerfile text. qpid-dispatch is installed
in /usr, not /usr/local (and proton should be as well).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]