tree: 0d70246967609c7e7f513963fa86eda9b6507b63 [path history] [tgz]
  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:dotnet3.1:distDocker
./gradlew core:net6.0:distDocker
./gradlew :tests:test