|
|
|
|
|
by jdelsman
3919 days ago
|
|
Yep, I have been writing some really tiny Docker images with static Go binaries for a while now. It's great! If you can get Docker baked into an Amazon AMI, for instance, you can easily bypass the need for things like upstart using `docker run --restart`. I feel as though you may want to look into the library ecosystem a bit more. The awesome-go repo is seriously invaluable. https://github.com/avelino/awesome-go |
|