Articles with tag docker

Docker Cheat-Sheet

Published:

Read on...

How to install Docker Swarm with docker-machine

Published:

How to install Docker Swarm on a Linux machine in a minute.

Read on...

How to install Docker on CentOS with Ansible

Published:

A very naive Ansible Playbook to install Docker and Docker Compose on CentOS.

Read on...

How to share a private docker image or container securely

Published:

Some times it's required to copy a docker container between machines, or even developers. One option is to use a hosted repository and pay some money for this opportunity. Another option is to use a machine that has a reachable IP address and Docker to run a private and secure Docker Registry.

Read on...

Building on Jenkins and deploying to a Docker container

Published:

Building something in Jenkins, using a declarative pipeline and deploying it to a Docker container is common, and you would expect it to be well documented and trivial to do right? Well, it is now.

Read on...

Afterthoughts after creating a QT Desktop application

Published:

Just some thoughts and lessons learned after I created a X-platform QT Desktop application

Read on...

X-platform build of a QT Application using a Jenkins pipeline

Published:

I set out to build a QT desktop application on Linux (several flavors of Debian and Ubuntu), macOS and Windows (64 bit builds) using Jenkins with slaves and Docker build-containers that is created on demand.

Read on...