I am a software engineer hungry for new challenges when working in a project, I love projects that allow me to learn a new language or methodology, specially when it is a challenging project. I do not hesitate to dive into the task, and apply the new knowledge gathered from learning the languages, technologies and methodologies to ensure the highest success of the project.
In this post I talk about how to deploy VM’s using Cloud-init. I will show you how to create a template VM with Cloud-init and how to create new VM’s from that template.
In this post I will talk about managing workspace access for certain users in Linux environments. We will set a workspace where some guests will be able to work in their amazing project. These users won’t have access to the files outside of their shared workspace. Finally we will use Linux ACL to manage user permissions inside their workspace.
In this post I continue my adventures with Docker. After creating our first image and container in the previous post I will look into how docker images can autostart services and how to establish communication between containers.
In this post I talk about how to get started in Docker. First we will set a Docker server, afterwards we will create your first Docker image and we will run it.