node-docker-good-defaults icon indicating copy to clipboard operation
node-docker-good-defaults copied to clipboard

sample node app for Docker examples

Results 18 node-docker-good-defaults issues
Sort by recently updated
recently updated
newest added

The container doesn't seem to run with npm@latest (tried on a Windows host and a WSL Ubuntu host), latest-7 solved it for me. Also, line ending conversion was enabled on...

https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers I believe will be awesome if this git repository could be updated with a "devcontainer.json" with best practices :-) The Remote - Containers VS Code extension will solve the...

enhancement
help wanted

Allows packages to be installed via `docker-compose exec npm i ` closes #91. See #49 for the original discussion. May also affect #28 by removing the need for individual file...

First of all, a huge thank you (and all the contributors) for this knowledge nugget of a repo. Being a beginner to containers, it was a blast to go through...

Maybe I'm too newbie with Vscode, but I don't understand at all how can I debug this nodejs app in a total way. If I would to start the docker...

question

Isn't it better to use `npm ci` instead of `npm install` [here](https://github.com/BretFisher/node-docker-good-defaults/blob/127323a01c3664ec3c9b661acca94b24d36bbc0b/Dockerfile#L29) we get exactly same node_modules by package-lock.json?

I recently cloned the repo and did a fresh `docker-compose up`. After visiting `localhost` it works as expected. Moving forward I tried to run some tests, but found out that...

When nodemon restarts the app it crashes: `Starting inspector on 0.0.0.0:9229 failed: address already in use` I tried upgrading to newer version of nodemon, not sure what else to do...

question

I don't see kubernetes support in this repo. Just docker-compose/docker swarm. If this is desired I would be happy to work on PR, otherwise I will just fork for my...

enhancement

Hi! Thanks for your work of gathering all this stuff in one place! But how do you managed to make `npm install` work with direct package.json mounts? I get this...

bug
help wanted