You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/07/04 07:26:49 UTC

[incubator-dlab] branch feature/projects updated: DLAB-840 fixed bug connected with computational creation

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 <bo...@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-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org