systemsdk/node

Sponsored OSS

By Systemsdk

Updated 6 months ago

Docker environment with node 16 for Laravel/Symfony (based on official node docker hub repository).

Image
Languages & frameworks
Integration & delivery
Web servers
0

2.7K

systemsdk/node repository overview

Node environment

Docker environment with node 16 for Symfony/Laravel (based on official node docker hub repository).

Source code

Requirements

  • Docker version 18.06 or later
  • Docker compose version 1.22 or later

Integration to your environment

  1. Add next service to your docker-compose.yml:
node:
  image: systemsdk/node
  platform: linux/x86_64
  user: node
  container_name: node
  expose:
    - "8081"
  volumes:
    - ./:/var/www/html:delegated
  command: npm run watch
  1. Copy necessary rows from Makefile(which are commented) to your Makefile
  2. Build and run the project

Additional info:

Based on the popular Alpine Linux project. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

Tag summary

Content type

Image

Digest

sha256:b51f04a12

Size

40.4 MB

Last updated

6 months ago

docker pull systemsdk/node

This week's pulls

Pulls:

246

Last week