tree: ad2957ab1ddf2da0cad381735f10c58b32196a82
  1. README.md
  2. Vagrantfile
tools/vagrant/README.md

Why?

Added for a consistent development environment. Or for those who have switched to a different container runtime.

Requirements

Usage

Start up the environment

vagrant up

Enter the environment

vagrant ssh

Example usage within the environment

cd $OPENWHISK_HOME
./gradlew install
cd ..
cd openwhisk-runtime-dotnet
./gradlew core:net6.0:distDocker
./gradlew :tests:test