Articles with tag docker
How to install Docker Swarm with docker-machine
How to install Docker Swarm on a Linux machine in a minute.
How to install Docker on CentOS with Ansible
A very naive Ansible Playbook to install Docker and Docker Compose on CentOS.
How to share a private docker image or container securely
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.
Building on Jenkins and deploying to a Docker container
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.
Afterthoughts after creating a QT Desktop application
Just some thoughts and lessons learned after I created a X-platform QT Desktop application
X-platform build of a QT Application using a Jenkins pipeline
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.