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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Apr 2, 2016
1 parent 82af0af commit 483fd65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.14
francescou/docker-compose-ui:0.15

You have to wait while Docker pulls the container from the Docker Hub: https://registry.hub.docker.com/u/francescou/docker-compose-ui

Expand All @@ -44,7 +44,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.14
francescou/docker-compose-ui:0.15

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 @@ -68,7 +68,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.14
francescou/docker-compose-ui:0.15


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

## Technologies

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.14</a> Licensed under the MIT license.</small>
Compose UI v.0.15</a> Licensed under the MIT license.</small>
</footer>
</div>

Expand Down

0 comments on commit 483fd65

Please sign in to comment.