Tag Archives: docker

Docker Image Scanner for Vulnerabilities With Clair

I’m gonna tell you how you can add a step in your CI pipeline to check if the Docker image you’re build contains vulnerabilities or not. Pre-requisites I assume you’ve Docker installed on your system. We’re gonna use Jenkins but … Continue reading

Posted in Docker, Jenkins, Seguridad | Tagged , , , | Comments Off on Docker Image Scanner for Vulnerabilities With Clair

Recovering Untagged Images From ECR

Happened today that our CI system created a new Docker Image with a tag that was supposed to be used in production. So, we faced with a Docker Image tagged like the production one but it wasn’t the production one … Continue reading

Posted in AWS, Docker, Tips | Tagged , , | Comments Off on Recovering Untagged Images From ECR

Azure Batch: Task in Containers

In today’s post I’ll be talking about how to send tasks to Microsoft Azure Batch able to run in containers. The task I want to solve in this example is calculating whether a number is prime or not. This Python … Continue reading

Posted in Azure, Microsoft | Tagged , , , , , | Comments Off on Azure Batch: Task in Containers

Docker: Mapear usuarios dentro del contenedor

En ocasiones que trabajamos con Docker necesitamos generar ficheros. Los ficheros que se generan en el contenedor por defecto pertenecen a root. Vamos a ver una forma para mapear usuarios del sistema dentro del contenedor. En concreto nos interesa mapear … Continue reading

Posted in Docker, Tips | Tagged , | Comments Off on Docker: Mapear usuarios dentro del contenedor

Owncloud con almacenamiento en S3 (con replicación de zona) y Let’s Encrypt

Una entrada completita para antes de irnos de vacaciones Contendores y Proxy Pass Comenzamos creando una instancia en OpenStack a la que provisionamos con un volumen para la persistencia de datos. El volumen lo podemos montar en /mnt y será … Continue reading

Posted in AWS, Docker, OpenStack | Tagged , , , , | Comments Off on Owncloud con almacenamiento en S3 (con replicación de zona) y Let’s Encrypt