-
Bug
-
Resolution: Done
-
Major
-
quay-v3.3.0
Description:
This is a doc issue found at the following doc during configuring Quay Build worker.
Steps:
1. Go to "8.2.2. Run the build worker image" to deploy build worker.
2. Run the docker command to deploy build worker.
The line highlighted should be the following:
"-v /var/run/docker.sock:/var/run/docker.sock \"
- docker run --restart on-failure \
-e SERVER=ws://myquayenterprise \
--privileged=true \
-v /mnt/docker.sock:/mnt/docker.sock \
quay.io/redhat/quay-builder:v3.2.1
- docker run --restart on-failure \
-e SERVER=wss://myquayenterprise \
--privileged=true \
-v /path/to/ssl/rootCA.pem:/etc/pki/ca-trust/source/anchors/rootCA.pem \
-v /mnt/docker.sock:/mnt/docker.sock \
quay.io/redhat/quay-builder:v3.2.1