If you want to install the official Node image on Alpine Linux on Docker, you can make a pull node with the alpine tag,
Example:% docker pull node:alpine
alpine: Pulling from library/node
9b18e9b68314: Already exists
97e85c21caee: Pull complete
b53b860b7b81: Pull complete
dae1445b2465: Pull complete
Digest: sha256:cf40424687c3bb932a34ab852198ed4df96eca0b052b61b0ddf43f5fd9684bde
Status: Downloaded newer image for node:alpine
docker.io/library/node:alpine
Read more: https://github.com/nodejs/docker-node#nodealpine

Have Questions? Post them here!
- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
- That did'nt work, Issue type User not in directory - SharePoint external access error - SharePoint
- CSS: Apply opacity only for div background and not text - CSS
- Save current timestamp in MySQL using PHP mysqi binding - PHP
- SharePoint PowerShell Merge-SPLogFile filter by time using StartTime EndTime - SharePoint
- How choose alternate Tab Bar icon in Notepad++ - NotepadPlusPlus
- Detect Data roaming in Android Application - Android
- How to find the Battery Cycle Count on macOS Ventura - MacOS
- How to destroy PHP session() - PHP