Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am trying to run pupeteer on Google App Engine and I need to have the app in a docker container in order to have chrome available. My question is how do you set up docker with a node.js application?

What I have tried:

Read the docs which didn't help
Posted
Updated 29-Aug-18 10:35am

1 solution

I assume that you are asking about how to host a node.js application in a Docker container...

These 2 articles seem like relatively-easy-to-use explanations of hosting your node application(s) in a Docker container: (Deploy That NodeJs App to a Docker Container – Dean Slama Jr – Medium[^]) and (Dockerizing a Node.js web app | Node.js[^]).

If you are not familiar with Dockerfiles, then I think you should work through the Docker hello world working on your target platform first (https://hub.docker.com/_/hello-world/[^]).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900