Docker on Windows requires Windows 10.  Running Docker on Windows 7
requires a workaround.  The tutorial is stating correct information.

It is also correct to perform the steps as described in the tutorial.  The
tutorial says:

Download and run Jenkins
<https://jenkins.io/doc/pipeline/tour/getting-started/#download-and-run-jenkins>

   1.

   Download Jenkins
   <http://mirrors.jenkins.io/war-stable/latest/jenkins.war>.
   2.

   Open up a terminal in the download directory.
   3.

   Run java -jar jenkins.war --httpPort=8080.
   4.

   Browse to http://localhost:8080.
   5.

   Follow the instructions to complete the installation.


The Jenkins executable file (jenkins.war) is downloaded (by the browser of
your choice or wget or curl or another program).  Open a Windows command
prompt window (terminal) in the download directory.  Assure that Java 8 is
the Java version you're running (`java -version`).  Run java -jar
jenkins.war

Once that is running, open a web browser to http://localhost:8080/

None of those steps have involved Docker in any way.  The requirement for
Docker comes later in the tutorial.  The tutorial is trying to state all
the requirements in advance.  Those first 5 steps don't use Docker.

Thanks!
Mark Waite

On Sat, Sep 1, 2018 at 6:34 AM Tony C <[email protected]> wrote:

> That tutorial states that Docker requires Windows 10, and that installing
> the Docker Toolbox on Windows 7 and other platforms, is a *required*.
> workaround.
>
>
> On Thursday, August 30, 2018 at 9:21:42 PM UTC-7, Mark Waite wrote:
>
>> The example intentionally has you run Jenkins without using Docker.  The
>> requirement for Docker comes in later steps of that tutorial.
>>
>> On Thu, Aug 30, 2018 at 5:53 PM Tony C <[email protected]> wrote:
>>
>
>>> Under Prerequisites,
>>>
>>> I've just installed the Docker toolbox on Windows 7 as directed by this
>>> page:
>>>
>>> https://jenkins.io/doc/pipeline/tour/getting-started/
>>>
>>> Under Download and run Jenkins
>>> downloading jenkins.war is *outside *of Docker.
>>>
>>> How do you download & run jenkins.war INSIDE of the Docker image?
>>>
>>> I think there is a huge disconnect on this page.- >
>>> https://jenkins.io/doc/pipeline/tour/getting-started/
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>>
>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to [email protected].
>>
>>
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/89d2025f-efe6-48e9-ad36-be4a547efc3b%40googlegroups.com
>>> <https://groups.google.com/d/msgid/jenkinsci-users/89d2025f-efe6-48e9-ad36-be4a547efc3b%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/26394537-d7a4-4448-9c97-f9467424d7e7%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/26394537-d7a4-4448-9c97-f9467424d7e7%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEbH0jfgwQuZSaNBw_VyUwprCMm0R5kCYTBmWJ5GUSHFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to