You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/10/25 14:40:17 UTC

[isis] 01/02: ISIS-1465: adds stuff on cgcom rel process

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit aed996d603bf4dd304fbfd1f994c9b3f0fe6dfae
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 12 07:07:01 2017 +0100

    ISIS-1465: adds stuff on cgcom rel process
---
 .../asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc |   9 ++++++++-
 .../cgcom/images/docker/020-docker-nat-public.png       | Bin 0 -> 28329 bytes
 .../cgcom/images/docker/022-local-security-policy.png   | Bin 0 -> 29071 bytes
 .../images/docker/024-unidentified-are-private.png      | Bin 0 -> 7330 bytes
 .../cgcom/images/docker/026-docker-nat-private.png      | Bin 0 -> 28808 bytes
 .../guides/cgcom/images/{ => docker}/docker-daemon.png  | Bin
 6 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
index a389eec..605fd80 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
@@ -525,9 +525,16 @@ docker container run -p 8080:8080 -d test/simpleapp
 ====
 On Windows, you may need to enable the Docker daemon first, otherwise the "mvn install" command above will fail:
 
-image::{_imagesdir}docker-daemon.png[width="600px",link="{_imagesdir}docker-daemon.png"]
+image::{_imagesdir}docker/docker-daemon.png[width="600px",link="{_imagesdir}docker/docker-daemon.png"]
+
+You might also need to ensure that the "Unidentified networks" are configured to be private:
+
+image::{_imagesdir}docker/026-docker-nat-private.png[width="400px",link="{_imagesdir}docker/026-docker-nat-private.png"]
+
+This can be done using the "Local Security Policy" application.
 ====
 
+
 This too should be accessed at link:http://localhost:8080[localhost:8080].
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/020-docker-nat-public.png b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/020-docker-nat-public.png
new file mode 100644
index 0000000..7423724
Binary files /dev/null and b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/020-docker-nat-public.png differ
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/022-local-security-policy.png b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/022-local-security-policy.png
new file mode 100644
index 0000000..3cc3a82
Binary files /dev/null and b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/022-local-security-policy.png differ
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/024-unidentified-are-private.png b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/024-unidentified-are-private.png
new file mode 100644
index 0000000..fa487f3
Binary files /dev/null and b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/024-unidentified-are-private.png differ
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/026-docker-nat-private.png b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/026-docker-nat-private.png
new file mode 100644
index 0000000..ab176b1
Binary files /dev/null and b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/026-docker-nat-private.png differ
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker-daemon.png b/adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/docker-daemon.png
similarity index 100%
rename from adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker-daemon.png
rename to adocs/documentation/src/main/asciidoc/guides/cgcom/images/docker/docker-daemon.png

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.