innix / shrek

A vanity .onion address generator written in Go.
MIT License
16 stars 0 forks source link

Add Docker support #3

Open innix opened 2 years ago

innix commented 2 years ago

Add a Dockerfile to allow users to build and run Shrek inside a container. Useful for people who don't have Go SDK installed on their computer, or would prefer to run apps in containerized environments, or a bunch of other reasons; no need to list them all.

Also create a public remote repository on Docker Hub for users who don't want to build an image manually. This is more convenient, plus it means users can run Shrek in Docker with a single console command (using docker run).

The README should be updated with instructions on how to run Shrek with Docker.

Here's a good starting point: https://hub.docker.com/_/golang