From 589ef9fdecad5350e85fa1c35b9fa19af88127ca Mon Sep 17 00:00:00 2001 From: Francesco Uliana Date: Tue, 26 Sep 2017 17:35:23 +0200 Subject: [PATCH] docker-compose-ui:1.8.1 --- README.md | 12 ++++++------ docker-compose.yml | 2 +- static/index.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5fd25ee..3d634cb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Run the following command in terminal: -p 5000:5000 \ -w /opt/docker-compose-projects/ \ -v /var/run/docker.sock:/var/run/docker.sock \ - francescou/docker-compose-ui:1.8.0 + francescou/docker-compose-ui:1.8.1 You have to wait while Docker pulls the container from the Docker Hub: @@ -53,7 +53,7 @@ to use your own docker-compose projects run this command from the directory cont -w $(dirname $(pwd)) \ -p 5000:5000 \ -v /var/run/docker.sock:/var/run/docker.sock \ - francescou/docker-compose-ui:1.8.0 + francescou/docker-compose-ui:1.8.1 you can download my example projects into */home/user/docker-compose-ui/demo-projects/* from https://github.com/francescou/docker-compose-ui/tree/master/demo-projects @@ -65,7 +65,7 @@ you can download my example projects into */home/user/docker-compose-ui/demo-pro -w /opt/docker-compose-projects-git/ \ -v /var/run/docker.sock:/var/run/docker.sock \ -e GIT_REPO=https://github.com/francescou/docker-compose-ui.git \ - francescou/docker-compose-ui:1.8.0 + francescou/docker-compose-ui:1.8.1 ### Note about scaling services @@ -98,7 +98,7 @@ Example usage: -p 5000:5000 \ -v /var/run/docker.sock:/var/run/docker.sock \ -e 'WEB_CONSOLE_PATTERN=http://localhost:8888/web-console/?cid={containerName}&cmd={command}' \ - francescou/docker-compose-ui:1.8.0 + francescou/docker-compose-ui:1.8.1 ## Remote docker host @@ -109,7 +109,7 @@ You can also run containers on a remote docker host, e.g. --name docker-compose-ui \ -p 5000:5000 \ -e DOCKER_HOST=remote-docker-host:2375 \ - francescou/docker-compose-ui:1.8.0 + francescou/docker-compose-ui:1.8.1 ### Docker Swarm or HTTPS Remote docker host @@ -129,7 +129,7 @@ For example: -p 5000:5000 \ -w /opt/docker-compose-projects/ \ -v /home/user/.docker/config.json:/root/.docker/config.json:ro \ - francescou/docker-compose-ui:1.8.0 + francescou/docker-compose-ui:1.8.1 ## Technologies diff --git a/docker-compose.yml b/docker-compose.yml index df5fcf0..d6bfcfc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "2" services: docker_compose_ui: restart: always - image: francescou/docker-compose-ui:1.8.0 + image: francescou/docker-compose-ui:1.8.1 container_name: docker_compose_ui hostname: docker_compose_ui working_dir: /opt/docker-compose-projects/ diff --git a/static/index.html b/static/index.html index c508120..1fbdd32 100644 --- a/static/index.html +++ b/static/index.html @@ -68,7 +68,7 @@

Projects

Docker - Compose UI v.1.8.0 Licensed under the MIT license. | API + Compose UI v.1.8.1 Licensed under the MIT license. | API