diff --git a/README.md b/README.md index b41f793..3dc8393 100644 --- a/README.md +++ b/README.md @@ -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.12 + francescou/docker-compose-ui:0.13 You have to wait while Docker pulls the container from the Docker Hub: https://registry.hub.docker.com/u/francescou/docker-compose-ui @@ -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.12 + francescou/docker-compose-ui:0.13 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 @@ -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.12 + francescou/docker-compose-ui:0.13 ### Docker Swarm or HTTPS Remote docker host diff --git a/static/index.html b/static/index.html index dd46d5b..f994a0c 100644 --- a/static/index.html +++ b/static/index.html @@ -7,11 +7,11 @@ - - + + @@ -51,7 +51,7 @@

Projects

diff --git a/static/styles/main.css b/static/styles/main.css index 4a1b66e..52b0d9e 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -1,7 +1,3 @@ -body { - background-color: #F9F9F9; -} - .logs{ max-height: 500px; display: block; @@ -95,4 +91,14 @@ footer { .search-items { margin-top: 10px; +} + +.btn-default { + background-color: #869198; +} +.btn-default:active, .btn-default.active { + background: #6d7377; +} +.btn-default:hover, .btn-default.hover { + background: #939da3; } \ No newline at end of file