A Vagrantfile that installs and configures Docker engine on Oracle Linux 7 with Btrfs as storage
Note: This Vagrant project is deprecated. However, the same functionality is available as an extension to the OracleLinux/7 project. For more information, see the Oracle Container Runtime for Docker section of the OracleLinux/7 README.md file.
Read the prerequisites in the top level README to set up Vagrant with either VirtualBox or KVM
- Clone this repository
git clone https://github.com/oracle/vagrant-projects
- Change into the
vagrant-projects/DockerEngine
directory - Run
vagrant up; vagrant ssh
- Within the guest, run Docker commands, for example
docker run -it oraclelinux:7-slim
to run an Oracle Linux 7 container, ordocker run -ti oraclelinux:8-slim
to run an Oracle Linux 8 container
When installed, this Vagrantfile will make use of the following third party Vagrant plugin:
- vagrant-proxyconf: set proxies in the guest VMs if you need to access the Internet through proxy. See plugin documentation for the configuration.
To install Vagrant plugins run:
vagrant plugin install <name>...
Please provide feedback of any kind via Github issues on this repository.