https://github.com/form3tech-oss/platform-interview

  1. on ubuntu / fix the code run vagrant up
  2. connect to the vagrant host “vagrant ssh”
  3. docker-compose up (runs the vault container)
  4. build the other containers ( docker build -t form3tech-oss/platformtest-payment . )

create the docker networks

docker network create vagrant_production
docker network create vagrant_development