Skip to content

ibanfi/codius-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust POC

Prerequisites

  1. Install vagrant: https://www.vagrantup.com/downloads.html
  2. Clone the repository: git clone https://github.com/ibanfi/codius-demo.git

Build environment

cd codius-demo
vagrant up

## Use the environment (connect to vm)

vagrant ssh

Stop/start environment

vagrant halt/vagrant up

Remove entire environment

vagrant destroy

Run Rust POC apps

vagrant ssh
cd src/demo/
cargo run

Build and install rust-demo

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

Todo

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages