Skip to content

marrem/dcamprof-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

DCamProf container image

This project contains a Dockerfile to build a container image that runs dcamprof.

It uses Debian:10-slim base image and build the source obtained from:

https://github.com/Beep6581/dcamprof

More specifically it downloads:

https://github.com/Beep6581/dcamprof/archive/refs/heads/master.zip

Build

docker build -t dcamprof .

Use

E.g. create test chart

docker run dcamprof make-testchart test.ti1
docker ps -a # find out container hash / name
docker cp <container name or hash>:/test.ti1 .

About

Project to produce Docker image to run dcamprof

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published