I wanna know if this is a good idea to go with?
I have a couple java services which run in different boxes in aws vpc right now. Recently I read about docker and think it is really awesome. So my question is that if it is a good idea to replace these current boxes with docker boxes and put my java services on top of them? Of course still in vpc.
The biggest benefit which I could image is by doing so it could save us the amount of work we spend on testing integration and debugging and so on.
But I do concern about things like
performance loss (if any)? network configuring? service status monitoring?
I am really newbie on docker, so plz point me to any resource which you think might help, thx a lot.