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!
More Posts related to Docker,
- 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
More Posts:
- Drop table using Java JDBC Template - Java
- Call PHP function on Button click using jquery ajax - PHP
- How to create SharePoint Document Library - SharePoint
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown - Docker
- How to start Microsoft Teams on Mac Startup - Teams
- Twitter is down? Issues with Tweet create events affecting APIs - Twitter
- [Fix] MySQL No database selected - ERROR 1046 (3D000) - MySQL
- Change Current User Password using Mac Terminal Command - MacOS