- Install vagrant: https://www.vagrantup.com/downloads.html
- Clone the repository:
git clone https://github.com/ibanfi/codius-demo.git
cd codius-demo
vagrant up
## Use the environment (connect to vm)
vagrant ssh
vagrant halt/vagrant up
vagrant destroy
vagrant ssh
cd src/demo/
cargo run
vagrant ssh
cd src/demo/src
// This is optional, the container has been pushed to the repo
docker build -t ibanfi/rust-demo .
docker push
./upload.sh
-
dockerizing moneyd, codiusd(?), codius(?)
-
creating spsp server (in docker)
-
using docker-compose for the full env
-
Solve hard linking problem during build (set target directory to local FS)
-
Make resolv.conf readonly