ACES Docker Image

Hi all …

For those if you into this sort of thing, I created a docker image with CTL and the ACES transforms on it. It’s a bit rough around the edges and doesn’t yet support calling ctlrender via an entrypoint using docker run ctlrender Rather you’ll be dumped into a bash session where ctlrender is already installed and all the environment variables are setup correctly.

To run a container right now just do a docker run -t -i aforsythe/aces. That should put you in the interactive bash shell in the container. The ACES 1.0.3 transforms are in /ctl. You’ll need to copy your images into the container with docker cp or attach a volume.

You can find the dockerfile at https://github.com/aforsythe/aces-docker/ and the image at https://hub.docker.com/r/aforsythe/aces/

Happy to except pull requests from anyone more docker savvy then I have.

Thanks
Alex

3 Likes