Skip to content

al-niessner/DCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDNP: Docker Data Network Proxy

Utility for providing data from the build host to the build process container.

Check code (static analysis)

pylint -d C0321,C0326,C0411,W0107,R1711 ddnp

Build docker container

export DDNP_VERSION=1.0.1
docker build --build-arg VERSION=$DDNP_VERSION \
             --tag ddnp:${DDNP_VERSION} - < Dockerfile

Run locally (mainly for testing)

PYTHONPATH=/home/niessner/Projects/DCP python3 -m ddnp -e /home/niessner/Projects/DCP/example.txt -v /tmp/test

Endpoints

/env GET/PUT

/file GET/PUT

<urlbase>/file?<path to file>

/ids GET

/tar GET/PUT

About

utility for users of dawgie and docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published