July 2017
Intermediate to advanced
656 pages
16h 1m
English
This recipe uses the code from the first recipe in this chapter, Building a container for a Node.js process.
If we haven't already done so, we'll need to build the adderservice image:
$ cd micro/adderservice$ docker build -t adderservice .