Micro Service Posts This service responds a lists of posts and one object post Build image docker build -t darcusfenix/portfolio-posts:0.1.1.0 . Run container docker run -it -p 3000:3000 -d darcusfenix/portfolio-posts:0.1.0