Skip to content

zboxfs/zbox-docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zbox-docker-base

Base docker image for building ZboxFS. This image is based on Ubuntu 16.04 LTS and has Rust stable and libsodium included.

This image is used as the base image for those images:

Update with upstream ZboxFS

After cloning this repo, use below commands to update upstream ZboxFS.

git submodule update --remote

How to build this image

Make sure you've already updated to the latest upstream as above. Then use below command to build the image.

./build.sh

How to use this image

This image can be used to build ZboxFS on Linux. First get the latest code from https://github.com/zboxfs/zbox

git clone https://github.com/zboxfs/zbox.git

And then in the cloned folder use rust toolchain to build ZboxFS. For example,

docker run --rm -v $PWD:/root/zbox zboxfs/base cargo build

It can also be used to run the test suite.

docker run --rm -v $PWD:/root/zbox zboxfs/base cargo test

About

Base docker images for ZboxFS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published