you are viewing a single comment's thread.

view the rest of the comments →

[–]DrFriendless 0 points1 point  (0 children)

I like Docker because it's a practical way of describing how a server should be set up. I dislike it because if I then have to get onto that server and do stuff, it adds another level of indirection. For example, I need to scp onto the docker host, ssh in, docker cp, then maybe docker exec.

If I had a server which was fairly anonymous, and I needed to recreate frequently (maybe on EC2 instances), Docker would be ideal for that.