Sign inSign up

celforyon/cpop

By celforyon

Updated over 8 years ago

Container with required packages to compile CPOP

Image
0

1.9K

celforyon/cpop repository overview

CPOP

A container with what is required to compile CPOP

Usage

docker run --rm -it -e CWD=$(pwd) -v $(pwd):$(pwd):rw celforyon/cpop

Once in the container, you can do as usual:

mkdir build
cd build
cmake ..
make
In case user ID is not 1000
docker run --rm -it -e USER_ID=${UID} -e CWD=$(pwd) -v $(pwd):$(pwd):rw celforyon/cpop

Tag summary

Content type

Image

Digest

Size

172.2 MB

Last updated

over 8 years ago

docker pull celforyon/cpop