VM – S3lab http://s3lab.deusto.es S3lab Security Blog Wed, 06 May 2020 12:51:35 +0000 en-US hourly 1 https://wordpress.org/?v=5.1.5 Portable experiments (II) – “Recipes” for VMs http://s3lab.deusto.es/portable-experiments-2/ Thu, 01 Dec 2016 20:27:39 +0000 http://s3lab.deusto.es/?p=8687 In the previous post we talked about Vagrant, a tool that can help us manage the creation of virtual machines. In this post we will focus on another tool called Ansible. It is based on the concept of roles: on

The post Portable experiments (II) – “Recipes” for VMs appeared first on S3lab.

]]>
In the previous post we talked about Vagrant, a tool that can help us manage the creation of virtual machines. In this post we will focus on another tool called Ansible. It is based on the concept of roles: on each virtual machine will be installed a series of specific roles. For example, we will create 3 roles, one that will install Docker, and two additional ones that will download and run a Docker container application.

The post Portable experiments (II) – “Recipes” for VMs appeared first on S3lab.

]]>
Portable experiments (I) – VMs with Vagrant http://s3lab.deusto.es/portable-experiments-1/ Sun, 23 Oct 2016 17:38:40 +0000 http://s3lab.deusto.es/?p=8577 All programmer or researcher need to create development environments or experiments. It is highly desirable that this environments are portable and easily reproducible. The use of virtual machines and / or containers can offer this. There are several tools that

The post Portable experiments (I) – VMs with Vagrant appeared first on S3lab.

]]>
All programmer or researcher need to create development environments or experiments. It is highly desirable that this environments are portable and easily reproducible. The use of virtual machines and / or containers can offer this. There are several tools that can make us lighter this task. In this series of posts we will begin to know Vagrant.

The post Portable experiments (I) – VMs with Vagrant appeared first on S3lab.

]]>