- ansible docker images

- ansible play for cleaning hosts (apt autoremove)
- mondrian(incomplete)
- lock postgres to version 10
- update jenkins dockerfile
This commit is contained in:
2018-10-22 00:18:56 -04:00
parent 83c0a2ca15
commit c597fdf80d
15 changed files with 385 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
DOCKER_HOST=dkhost:2376 docker run -d --rm --name 'dockerhost' --cap-add=NET_ADMIN --cap-add=NET_RAW qoomon/docker-host