Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2086

Publish docs port for docker/build.sh -d

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 3.2.10
    • None
    • build-release
    • None

    Description

      The easiest way to generate our docs is by using Docker via ./docker/build.sh -d which generates the docs. However, to actually verify that changes to the docs look as expected, one has to manually inspect the generated docs.

      We could simply publish port 80 (maybe to another port like 8080) to make the docs accessible on the host for manual inspection.

      A workaround is currently to start another container that exposes the port and relays to the TinkerPop container with socat:

      docker run -p 8080:80 --link [tinkerpop_container]:target alpine/socat tcp-listen:80,fork,reuseaddr tcp-connect:target:80

      Attachments

        Activity

          People

            Unassigned Unassigned
            Florian Hockmann Florian Hockmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: