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

Commit

Permalink
version 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Apr 15, 2016
1 parent 9fbefa0 commit a7d4453
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
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.15
francescou/docker-compose-ui:0.16

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.15
francescou/docker-compose-ui:0.16

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 @@ -70,7 +70,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.15
francescou/docker-compose-ui:0.16


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

## Technologies

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker_compose_ui:
restart: always
image: francescou/docker-compose-ui:0.15
image: francescou/docker-compose-ui:0.16
container_name: docker_compose_ui
hostname: docker_compose_ui
ports:
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
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.15</a> Licensed under the MIT license.</small>
Compose UI v.0.16</a> Licensed under the MIT license.</small>
</footer>
</div>

Expand Down

0 comments on commit a7d4453

Please sign in to comment.