Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-583

Quay deploy Build worker doc provide incorrect docker volume

    XMLWordPrintable

Details

    • 0

    Description

      Description:

      This is a doc issue found at the following doc during configuring Quay Build worker.

      https://access.redhat.com/documentation/en-us/red_hat_quay/3/html-single/use_red_hat_quay/index#github-build-triggers

      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 \"

      1. 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
      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

      Attachments

        Activity

          People

            cnegus@redhat.com Chris Negus (Inactive)
            lzha1981 luffy zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: