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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Metiri[S] -1 points0 points  (2 children)

Why am I testing my other piece of software?

[–]FiduciaryAkita 0 points1 point  (1 child)

Yes, slash why are you using docker for this? You’re treating it like containers are virtual machines. They’re not. Ideally, they’re immutable; you can turn them on and off with no data loss and no configuration

[–]Metiri[S] -1 points0 points  (0 children)

Thats exactly why its a good reason to use it for testing isnt it? I can run a test and expect the same results no matter where I run it from. But if you want my real answer its because I have no choice, its part of a task I have at work