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 2018/07/25 16:45:21 UTC

[isis] 08/12: ISIS-1810: further updates to release procedures

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

danhaywood pushed a commit to branch release-2.0.0-M1-RC2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6058f7095ff3d32b5b3e17e4e4fc44788b6b8f89
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jul 25 11:08:36 2018 +0100

    ISIS-1810: further updates to release procedures
---
 .../main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc  | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

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 13b24e3..7e154d9 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
@@ -416,7 +416,9 @@ popd
 [source,bash]
 ----
 mvn install -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
-docker container run -p 8080:8080 -d test/simpleapp
+docker container run -p 8080:8080 --name simpleapp -d test/simpleapp
+
+#winpty docker exec -it simpleapp bash
 ----
 +
 [NOTE]
@@ -444,8 +446,13 @@ The Kitematic UI tool is handy for viewing and interacting with running containe
 ====
 
 
-In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.
+To tidy up, kill and remove the container:
 
+[source,bash]
+----
+docker container kill simpleapp
+docker container rm simpleapp
+----
 
 [[__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_create-the-archetype]]
 === Recreate the archetype