diff options
| author | startxfr <clarue@startx.fr> | 2015-11-28 08:13:10 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2015-11-28 08:13:10 +0100 | 
| commit | 769b498a41bd35abf781f91328fe56811c6f5d34 (patch) | |
| tree | a2fdb5700ec441da6648dc88498a1a64c15077df | |
| parent | 95308b11769bc5d0933209ab4f3cf314a9183324 (diff) | |
delete ssh service and adding limits in tested services
| -rwxr-xr-x | Applications/local_build.sh | 3 | ||||
| -rwxr-xr-x | Applications/local_run.sh | 3 | ||||
| -rw-r--r-- | docker-compose.yml | 1 | 
3 files changed, 1 insertions, 6 deletions
| diff --git a/Applications/local_build.sh b/Applications/local_build.sh deleted file mode 100755 index 975a33e..0000000 --- a/Applications/local_build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -docker build -t app-pma Applications/phpmyadmin/ -docker build -t app-rockmongo Applications/rockmongo/
\ No newline at end of file diff --git a/Applications/local_run.sh b/Applications/local_run.sh deleted file mode 100755 index 3ae7183..0000000 --- a/Applications/local_run.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -docker run -d -p 85:80 --name="lbpma" app-pma -docker run -d -p 87:80 --name="lbrockmongo" app-rockmongo
\ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index a3521fe..d195e8d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@  fedora:    build: OS/    container_name: "startx-fedora" +  command: cat /etc/redhat-release  apache:    build: Services/apache/ | 
