Closed m00lecule closed 2 years ago
Hello Guys! I was wondering if You got in plans to set up an official docker image?
Not an unreasonable ask.. but what would be the base?
The Dockerfile would be little more than:
FROM RUN git clone https://github.com/tfutils/tfenv.git
Honestly I would suggest to use as minimal image as possible - it could be alpine, busybox or python image based on alpine. But it might turn out insufficient - other tools from *env family are using ubuntu:18.04 as base image, for example pyenv
*env
ubuntu:18.04
Hello Guys! I was wondering if You got in plans to set up an official docker image?