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

-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Docker,
- Install Docker on Mac using brew cask
- How to know the Docker Sandbox ID of a Container Network?
- How to Rename Docker Image with none TAG and REPOSITORY?
- How to know list of images available on your device
- Docker Alpine Linux and Apache2 Example
- Install Bash on Alpine Linux - Docker
- Docker Run Command Examples - Part 1
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- Install RabbitMQ on Docker
- How to know docker Engine details
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- How to stop and start a docker container
- How to create volume in Docker using Command
- How to know the Docker Engine Version
- [docker] Error response from daemon: No such container
- Install Docker for Mac using Home-brew Cask
- Docker - Incompatible CPU detected - M1/M2 Mac (macOS Sonoma)
- [fix] Docker Desktop App not starting on Mac (macOS)
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- List of what's new in Docker 4.23
- [Docker M1/M2 Mac] qemu-x86_64: Could not open /lib64/ld-linux-x86-64.so.2: No such file or directory AWS CLI
- Install Docker Desktop on M1/M2 Apple Silicon ARM Chip Mac
- Docker - Running in Resource Saver mode
More Posts:
- How to Copy all text to Clipboard in Vim - vi
- Permanently Set or Change $JAVA_HOME on Mac (macOS) - MacOS
- [Tutorial] How to Customize Notepad++ Toolbar - NotepadPlusPlus
- MacoOS - xyz is an app downloaded from the internet. Are you sure you want to open it? Alert - MacOS
- Java get day of the week as an int using DayOfWeek - Java
- How to print an exception in Python - Python
- How to fix Java HTTP java.net.UnknownHostException - Java
- [git] fatal: your current branch 'main' does not have any commits yet - Git