Run on docker #64
nicknesh
started this conversation in
Show and tell
Replies: 2 comments
-
Hi, Nick! I'm glad you like it. Thanks for your comment. As I understand, this is not a proposal to make any changes to the project, right? In this case, I will convert this issue into a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Convert to discussion, please! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's just a suggestion. I like your work! 25 years ago I mostly wrote code for turbovision. The first thing I tried was running on docker.
Example Dockerfile:
build:
docker build -t turbo-alpine .
The docker image is about 16MB. I tried on Fedora, Ubuntu and Debian.
I run image:
docker run -v /data:/data -it --rm turbo-alpine
Beta Was this translation helpful? Give feedback.
All reactions