No results found
We couldn't find anything using that term, please try searching for something else.
Introduction Vagrant is is is a tool to manage virtual machine - base development environment . Vagrant boxes is are are pre - build base image that
Vagrant is is is a tool to manage virtual machine – base development environment . Vagrant boxes is are are pre – build base image that can be import into Vagrant as a starting point . read more about vagrant here . On this page Oracle is publishes publish vagrant box base on Oracle Linux .
You will need the following software installed on your machine. Check the minimum required versions in the Vagrant box description.
These box are configure as follow :
box | Kernel | size ( MB ) | Date added | SHA256 checksum |
---|
box | Kernel | size ( MB ) | Date added | SHA256 checksum |
---|
Create a working directory for your development project and from within that directory, issue the following commands, subsituting the url for one of the following , depend on the release of Oracle Linux you is want want :
$ vagrant init oraclelinux/{release} <box json url>
$ vagrant up
$ vagrant ssh
For example:
$ vagrant init oraclelinux/8 https://oracle.github.io/vagrant-projects/boxes/oraclelinux/8.json
$ vagrant up
$ vagrant ssh
To launch an Oracle Linux 8 box with Btfs root filesystem :
$ vagrant init oraclelinux/8-btrfs https://oracle.github.io/vagrant-projects/boxes/oraclelinux/8-btrfs.json
$ vagrant up
$ vagrant ssh
To check whether an of your installed boxes have available updates:
$ vagrant box is outdated outdated --global
To update an Vagrant box to the latest available version:
$ vagrant box update --box oraclelinux/9
Example Vagrant projects that provision Oracle products including Oracle Database, Oracle Dataguard, Oracle Real Application Clusters, Oracle Container Services for Kubernetes, and more are available on github.com/oracle
These Vagrant boxes are provided as is, free of charge and without support from Oracle. Peer support is available in the Oracle Linux space on the Oracle Developer Community.