All Projects → praveenweb → node-docker

praveenweb / node-docker

Licence: other
Guide for Writing Dockerfiles for Node.js Applications

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-docker

go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (-2.2%)
Mutual labels:  alpine, live-reload
electron-angular-webpack
A simple kit for Electron, Angular 6 and Webpack 4 including a live reload system for Angular.
Stars: ✭ 62 (-31.87%)
Mutual labels:  live-reload
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+4703.3%)
Mutual labels:  alpine
denoliver
A simple, dependency free static file server for Deno with possibly the worst name ever.
Stars: ✭ 94 (+3.3%)
Mutual labels:  live-reload
docker-swoole-webapp
Simple Docker-image to build your applications based on Async PHP extensions.
Stars: ✭ 26 (-71.43%)
Mutual labels:  alpine
akka-http-docker-sample
example of running an Sbt application in Docker based on openjdk:jre-alpine
Stars: ✭ 20 (-78.02%)
Mutual labels:  alpine
Docker Php
🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
Stars: ✭ 236 (+159.34%)
Mutual labels:  alpine
addon-base
Docker base images (Alpine) - Home Assistant Community Add-ons
Stars: ✭ 25 (-72.53%)
Mutual labels:  alpine
terragrunt
Auto-trigger docker build for terragrunt when new terraform version released
Stars: ✭ 23 (-74.73%)
Mutual labels:  alpine
ci
🐳 Dockette dockerized Alpine linux Dockerfiles for PHP 5.6-8.2 + Composer. NodeJS 6-18. Ansible.
Stars: ✭ 18 (-80.22%)
Mutual labels:  alpine
alpine-erlang-builder
Up to date Alpine image with the latest Erlang version for staged builds.
Stars: ✭ 33 (-63.74%)
Mutual labels:  alpine
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire 🚀
Stars: ✭ 50 (-45.05%)
Mutual labels:  alpine
elemon
live-reload Electron application during development
Stars: ✭ 71 (-21.98%)
Mutual labels:  live-reload
docker-alpine-texlive
🐳 📖 Minimal TeX Live installation Docker image
Stars: ✭ 33 (-63.74%)
Mutual labels:  alpine
nginx
Nginx docker container image
Stars: ✭ 54 (-40.66%)
Mutual labels:  alpine
Uvicorn Gunicorn Docker
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 244 (+168.13%)
Mutual labels:  alpine
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-81.32%)
Mutual labels:  alpine
docker-alpine-elm
Docker image of pure Alpine with Elm
Stars: ✭ 17 (-81.32%)
Mutual labels:  alpine
http-server
A Java HTTP server in 35MB Docker image
Stars: ✭ 17 (-81.32%)
Mutual labels:  alpine
universal-hot-reload
Hot reload client and server webpack bundles for the ultimate development experience
Stars: ✭ 79 (-13.19%)
Mutual labels:  live-reload

A simple Hello World app written in Node.js (Express).

Contains Dockerfiles for Development (with Hot Reloading) and Production.

Build and run using any dockerfile:

$ docker build -f [dockerfile] -t node-docker .
$ docker run --rm -it -p 8080:8080 node-docker
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].