You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edits to class 2 and addition of the Reveal Presentation
Moved the SNOPS container away from develop on the Jenkins variant,
also added Chris’s reveal presentation for Class 1. Lots of other
spelling an spacing issues
.. NOTE:: The image requires Internet connectivity to download the latest versions of tools and documentation. Please ensure you have proper connectivity from your host prior to starting the image. If you need to use a proxy please refer to the documentation at https://docs.docker.com
79
79
80
80
The image will now start and load resources from the Internet. This process
81
81
may take a while depending on the speed of your connection. When the startup
82
-
process is complete you will be presented with a ``root`` user prompt. You
82
+
process is complete you will be presented in the ``root`` user prompt. You
83
83
can interact with the image with standard Linux commands. In the next lab
84
84
we will connect to the image via SSH and HTTP.
85
85
@@ -89,16 +89,16 @@ To start using the container we will execute the command:
89
89
90
90
The ``-it`` option will make the session interactive and allocate a pseudo-TTY
91
91
92
-
The ``-e`` option will specify a Github Branch, in this case we are pulling from ``develop``
92
+
The ``-e`` option will specify a Github Branch, in this case we are pulling from ``master``
93
93
94
-
The ``f5devcentral/f5-super-netops-container:develop-jenkins`` option is the name
94
+
The ``f5devcentral/f5-super-netops-container:jenkins`` option is the name
95
95
associated with the image we obtained in Task 1.
96
96
97
97
Example startup output:
98
98
99
99
.. code::
100
100
101
-
container:develop-jenkins
101
+
container:jenkins
102
102
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
103
103
[s6-init] ensuring user provided files have correct perms...exited 0.
0 commit comments