March 2018
Intermediate to advanced
324 pages
8h 30m
English
Once the environment is set, it is time to install the services and the software that we need. This can be done using Docker, a simple and portable way to ship and run many applications and services in isolated containers. We will use it to install the required databases, web servers, and all the other applications required throughout this book, in a virtual machine created using Vagrant. In fact, the Vagrant VM that was previously created already has an example of getting an instance of MongoDB up and running using Docker.
Let's bring up the VM again (we stopped it previously with the vagrant halt command) and also MongoDB:
$> vagrant up $> vagrant ssh vagrant@vagrant-ubuntu-trusty-64:~$ docker start mongoDBmongoDB vagrant@vagrant-ubuntu-trusty-64:~$ ...
Read now
Unlock full access