#jenkins

Jenkins: Freestyle Project

Aug 09, 2019

With jenkins you can create a freestyle project which allows you to define multiple steps in which to build your application.

Intro To Jenkins

Aug 07, 2019

Jenkins is an open source automation server which offers a lot of functionality out of the box combined with plugins that can usually accomplish what you need.

Docker Volumes

Jul 11, 2019

A docker volume allows you to persist data generated by and used by Docker containers.

Docker Prune: prevent running out of disk space

Mar 07, 2019

Running out of disk space when running docker? You can clean up all images, containers, networks, and volumes not used on your drive.