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

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


The following commit(s) were added to refs/heads/feature/projects by this push:
     new 63f36d4  DLAB-840 fixed bug connected with computational creation
63f36d4 is described below

commit 63f36d48a91e3824ca27d5ac577a3a079f8711e3
Author: bhliva <bohdan_hl...@epam.com>
AuthorDate: Thu Jul 4 10:23:56 2019 +0300

    DLAB-840 fixed bug connected with computational creation
---
 .../main/java/com/epam/dlab/backendapi/core/commands/DockerCommands.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/DockerCommands.java
 
b/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/DockerCommands.java
index 6a329ea..dec60af 100644
--- 
a/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/DockerCommands.java
+++ 
b/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/core/commands/DockerCommands.java
@@ -35,6 +35,7 @@ public interface DockerCommands {
             .pipe(UnixCommand.grep("base", "-v"))
             .pipe(UnixCommand.grep("ssn", "-v"))
             .pipe(UnixCommand.grep("edge", "-v"))
+            .pipe(UnixCommand.grep("project", "-v"))
             .toCMD();
 
     String GET_RUNNING_CONTAINERS_FOR_USER = "docker ps --format 
\"{{.Names}}\" -f name=%s";


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

Reply via email to