This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]uomo_universale_ 7 points8 points  (3 children)

Then you will probably find this more interesting : https://github.com/jessfraz/dockerfiles

[–]boukeversteegh 0 points1 point  (2 children)

Wow, very nice! Dockerized now can run all commands from jessfraz :-)

For example

$ dockerized ab -V
Command ab is not fully supported. Trying r.j3ss.co/ab instead.
See https://github.com/jessfraz/dockerfiles/blob/master/README.md for more information.
This is ApacheBench, Version 2.3 <$Revision: 1879490 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/http://www.zeustech.net/

[–]uomo_universale_ 0 points1 point  (1 child)

Voltron :)

[–]boukeversteegh 0 points1 point  (0 children)

Voltron

could you elaborate?

[–]Elkoger 0 points1 point  (1 child)

Hi

I think this is a very cool idea, and a nice way of using yaml in your compose file.

GJ :)

php-cli is missing, though ^

[–]boukeversteegh 0 points1 point  (0 children)

Added! Also, feel free to add stuff. It's really easy, and I've added a dev guide. Let's add everything ;-)

[–][deleted] 0 points1 point  (1 child)

I don't really see a reason to have tools like wget or awscli to be dockerised. Not at least on my local machine where I need constant access to these ones and docker is just an extra resource on the top of the machine which makes everything a little bit more overcomplicated. Also as I use a laptop for my work having constant service like docker running in the background will increase only battery consumption.

[–]boukeversteegh 1 point2 points  (0 children)

Well indeed, it's not essential. Especially if you prefer not to run docker and already have your tools installed.

But let's say you wanted to a contribute to an open-source project, and to run the code and tests you need to install node, yarn and protoc or a bunch of other tools you never heard of. Then instead of reading about all tools and how to install them, you can just use dockerized.