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

Commit

Permalink
version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Jun 27, 2016
1 parent 362e090 commit c14616c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -25,7 +25,7 @@ Run the following command in terminal:
--name docker-compose-ui \
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:0.18
francescou/docker-compose-ui:0.18.1

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

Expand All @@ -46,7 +46,7 @@ If you want to use your own docker-compose projects, put them into a directory *
-p 5000:5000 \
-v /home/user/docker-compose-ui/demo-projects:/opt/docker-compose-projects:ro \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:0.18
francescou/docker-compose-ui:0.18.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 @@ -57,7 +57,7 @@ you can download my example projects into */home/user/docker-compose-ui/demo-pro
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-e GIT_REPO=https://github.com/francescou/docker-compose-ui.git \
francescou/docker-compose-ui:0.18
francescou/docker-compose-ui:0.18.1

### Note about scaling services

Expand All @@ -79,7 +79,7 @@ You can also run containers on a remote docker host, e.g.
-p 5000:5000 \
-v /home/user/docker-compose-ui/demo-projects:/opt/docker-compose-projects:ro \
-e DOCKER_HOST=remote-docker-host:2375 \
francescou/docker-compose-ui:0.18
francescou/docker-compose-ui:0.18.1


### Docker Swarm or HTTPS Remote docker host
Expand All @@ -98,7 +98,7 @@ For example:
--name docker-compose-ui \
-p 5000:5000 \
-v /home/user/.docker/config.json:/root/.docker/config.json:ro \
francescou/docker-compose-ui:0.18
francescou/docker-compose-ui:0.18.1

## Technologies

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,6 +1,6 @@
docker_compose_ui:
restart: always
image: francescou/docker-compose-ui:0.18
image: francescou/docker-compose-ui:0.18.1
container_name: docker_compose_ui
hostname: docker_compose_ui
ports:
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -51,7 +51,7 @@ <h3>Projects</h3>
<footer class="text-center">
<small class="text-muted"><a
href="https://github.com/francescou/docker-compose-ui">Docker
Compose UI v.0.18</a> Licensed under the MIT license.</small>
Compose UI v.0.18.1</a> Licensed under the MIT license.</small>
</footer>
</div>

Expand Down

0 comments on commit c14616c

Please sign in to comment.