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

dmysakovets pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new ba2bd75  Update README.md
ba2bd75 is described below

commit ba2bd752d5bdd5a8100f2a96c590938b2d87ba00
Author: Demyan Mysakovets <34576714+dyom...@users.noreply.github.com>
AuthorDate: Thu May 2 12:49:13 2019 +0300

    Update README.md
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 08fb730..88d49de 100644
--- a/README.md
+++ b/README.md
@@ -1727,7 +1727,17 @@ a85d0d3c27aa docker.dlab-dataengine:latest 
"/root/entrypoint...." 2 hours ago Ex
 ...
 docker logs <container_id> – to get log for particular Docker container.
 ```
-To change Docker images on existing environment, execute following steps:
+
+To change Docker images on existing environment, you can run script on SSN 
node that rebuilds docker images with the command:
+```
+docker-build all  #to rebuild all images
+```
+or
+```
+docker-build <notebook_name> #to rebuild certain images
+```
+
+You can also rebuild images manually by executing the following steps:
 
 1.  SSH to SSN instance
 2.  go to */opt/dlab/sources/*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to