Configure Vagrant to ignore SSL certificate behind corporate proxy.
Tag: Vagrant
Configure the Vagrant virtual machine to use a specific proxy using the vagrant-proxyconf plugin.
How to use specific Vagrantfile
Define the environment variable to use specific Vagrantfile.
I have already presented an easy way to build Vagrant Debian base box using qemu, but on some platforms it is better to use VitrualBox as it is not possible to use kvm
accelerator.
It is time to look into build process of Debian Vagrant box, create one using packer utility for creating machine and container images and alter the whole process it a little bit.
I am constantly moving between a fixed list of several directories daily. Using cd
can be tedious at times, so I defined a shell function to quickly jump between a defined set of directories.
How to setup apt-cacher-ng Vagrant box
Vagrant is an awesome piece of software, but constantly downloading system packages can be very time-consuming. The simplest solution is to set up an apt caching proxy as a Vagrant box.
How to setup DokuWiki Vagrant box
Today, I will publish Vagrant
configuration to set up DokuWiki
instance. It is just a handy reference, as described in the earlier blog post.
How to get started with Vagrant
Today I will install Vagrant which provides an easy way to configure reproducible and portable virtual environments.
It is just a first step towards this new direction, so stay tuned for more details soon.