Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
francescou/docker-compose-ui:1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed May 3, 2017
1 parent 4ac8878 commit 87be5ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.5.0
francescou/docker-compose-ui:1.5.1

or, if you already have docker-compose installed, just `docker-compose up`.

Expand All @@ -51,7 +51,7 @@ to use use your own docker-compose projects run this command from the directory
-w $(pwd) \
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:1.5.0
francescou/docker-compose-ui:1.5.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

Expand All @@ -63,7 +63,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.5.0
francescou/docker-compose-ui:1.5.1

### Note about scaling services

Expand All @@ -86,7 +86,7 @@ You can also run containers on a remote docker host, e.g.
-v $(pwd):$(pwd) \
-w $(pwd) \
-e DOCKER_HOST=remote-docker-host:2375 \
francescou/docker-compose-ui:1.5.0
francescou/docker-compose-ui:1.5.1


### Docker Swarm or HTTPS Remote docker host
Expand All @@ -106,7 +106,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.5.0
francescou/docker-compose-ui:1.5.1

## Technologies

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2"
services:
docker_compose_ui:
restart: always
image: francescou/docker-compose-ui:1.5.0
image: francescou/docker-compose-ui:1.5.1
container_name: docker_compose_ui
hostname: docker_compose_ui
ports:
Expand Down

0 comments on commit 87be5ea

Please sign in to comment.