Skip to content

ertlnagoya/avatar-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Dockerfile for Avatar (https://github.com/avatarone/)

Docker build files for easily setup a new project environment based on Avatar without any installation/configuration/update.

Ready to code ! 🎉

build image

Just:

cd Ubuntu_14_04_64bits
./build.sh

usage

The container requires privilege to access USB device. So possible one of docker run command is:

docker run --privileged --rm -it eurecom-s3/avatar-14:latest /bin/bash
### if workspace directory exists in current directory
docker run --privileged --rm -it -v `pwd`/workspace:/home/avatar/workspace eurecom-s3/avatar-14:latest /bin/bash

About

Docker images for Avatar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%