Repository: james-project Updated Branches: refs/heads/master 56acfd067 -> 07a43adbe
JAMES-1857: Add more documentation on README file Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/07a43adb Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/07a43adb Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/07a43adb Branch: refs/heads/master Commit: 07a43adbe77f25ef6f213e1134dcb0ee514b4e5a Parents: 62ac5f7 Author: Quynh Nguyen <[email protected]> Authored: Thu Nov 10 16:01:46 2016 +0700 Committer: Quynh Nguyen <[email protected]> Committed: Fri Nov 18 17:27:52 2016 +0700 ---------------------------------------------------------------------- README.adoc | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/07a43adb/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index abd4145..f2ea15e 100644 --- a/README.adoc +++ b/README.adoc @@ -196,6 +196,9 @@ $ keytool -genkey -alias james -keyalg RSA -keystore dockerfiles/run/spring/dest Then we need to build james container : $ docker build -t james_run dockerfiles/run/spring/ +The provisioned james images bases on pre-build james server which is "linagora/james-project-spring-jpa". If we need to build james container with the default initial data (initial domain: james.local and initial users: user01, user02, user03): +$ docker build -t james_run dockerfiles/run/spring/provisioned/ + To run this container : $ docker run --hostname HOSTNAME -p "25:25" -p "110:110" -p "143:143" -p "465:465" -p "587:587" -p "993:993" --name james_run -t james_run --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
