fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.34k stars 608 forks source link

Add docker usage in README #93

Open alexandregv opened 4 years ago

alexandregv commented 4 years ago

Just a quick PR to add a simple docker usage in the README.
It allows to run primitive without installing Go and primitive itself.

I was thinking to create a Dockerfile and maybe push the image on the DockerHub, but I though a simple one-liner would be enough since installing primitive in the base golang image is really quick. Let me know what you think about it.

laurenceforshaw commented 4 years ago

This seems useful.

alexandregv commented 4 years ago

What solution is better in your oponion ?

Currently I only edited the README to include the first one-liner.
The "standard" way is the second, and the best for end-users is the third.