- Jul 31, 2020
- 9,111
- 1,040,083
- 129
TUTProfessor submitted a new resource:
Egghead - Containerize Full-Stack JavaScript Applications with Docker - While "It works on my computer" might give you an excuse to close a bug ticket in the backlog, it do
Read more about this resource...
Egghead - Containerize Full-Stack JavaScript Applications with Docker - While "It works on my computer" might give you an excuse to close a bug ticket in the backlog, it do
While "It works on my computer" might give you an excuse to close a bug ticket in the backlog, it doesn't really work when you're working on a team.
You need to ensure that your application can run regardless of what hardware your teammates are running or libraries they have installed.
Docker solves this problem by collecting everything your application needs to run into a container.
Containers aren't just for source code. They can hold...
Read more about this resource...