Continuous Integration using Docker
Sat 19 March 2016Original article: Continuous Integration Platform Using Docker Containers: Jenkins, SonarQube, Nexus, GitLab Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including ...
Docker aliases/functions
Mon 14 March 2016The content of .bashrc file: # ---------------------------------------------------------------------- # Docker aliases/functions # d-help() { declare -F | grep d- | cut -d " " -f 3; } # remove exited containers d-rm-ec() { EXITED_CONTAINERS=$(docker ps -a | grep Exited | cut -d " " -f 1;); if [ -z $EXITED_CONTAINERS ]; then echo "No exited containers"; else docker rm $EXITED_CONTAINERS; fi } # remove none images d-rm-ni() { NONE_IMAGES=$(docker ...
SonarQube in Docker environment
Mon 14 September 2015Install Pull Docker images for PostgreSQL and SonarQube $ docker pull postgres:9.4 $ docker pull sonarqube:5.1.2 Configuration Database configuration By default, the image will use an embedded H2 database that is not suited for production. The production database is configured with these variables: SONARQUBE_JDBC_USERNAME SONARQUBE_JDBC_PASSWORD SONARQUBE_JDBC_URL $ docker ...
Docker Links
Mon 14 September 2015Core Dockerfile Project Trusted Automated Docker Builds Docker GitHub repositories Libraries docker/libcompose A Go library for Docker Compose. It does everything the command-line tool does, but from within Go: read Compose files, start them, scale them, etc. Management Panamax: Docker Management for Humans An open-source project that makes deploying ...
Totem: continous delivery pipeline tool
Tue 08 September 2015Totem is continous delivery pipline tool which is aimed in simplifying delivery of the code for stateless application to any environment. Under the hood, it utilizes containerization tools and technology (Docker). It was specifically designed for micro services/frameworks by utilizing practices and patterns that are used for deploying the ...
Links / 2015-08-18
Tue 18 August 2015How to Install OpenStack on your Laptop? Install OpenStack from source: part 1, part 2, part 3, part 4, part 5 Top Ten Ways to Use OpenStack for Storage Building Linux images for use with Openstack Heat Load Balancing – The Missing Piece of the Container World, part 1, part 2 ...
Links / 2015-08-10
Mon 10 August 20155 Use Cases Enabled by Docker 1.8’s Fluentd Logging Driver Using Vagrant and Docker Machine Together A curated list of Docker resources and projects
Links / 2015-07-29
Wed 29 July 2015Docker Engine in Tutum: A Tale of Three Versions 4 new official repos in Docker: Kibana, owncloud, ArangoDB and Kaazing Gateway The Lucid Architecture. Concept. A modern look at how we architect software for scale. How-to: Install Apache Zeppelin on CDH Strider is an Open Source Continuous Deployment / Continuous Integration ...
Links / 2015-07-17
Fri 17 July 2015Continuous integration and delivery for documentation DOCKER COMPOSE: CREATING MULTI-CONTAINER APPLICATIONS Docker Swarm and experimental multihost networking with docker-machine and boot2docker Seven Python Tools All Data Scientists Should Know How to Use Microservices Architecture for Enterprises Which DevOps for Middleware scenario do you use? A Neural Network in 11 lines ...
Links / 2015-06-22
Mon 22 June 2015Alerta is a monitoring tool that allows alerts from many different systems to be consolidated into a single view. Scale up with Docker and Mesos Thread Pools in NGINX Boost Performance 9x!