docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Docker 16.13-alpine: syntax error: unterminated quoted string

Open KamalAman opened this issue 4 years ago • 0 comments

Environment

  • Platform: OS-X
  • Docker Version: 20.10.11
  • Node.js Version: 16.13
  • Image Tag: 16.13-alpine, lts-alpine

Expected Behavior

Docker container should launch

Current Behavior

An error is thrown when the docker container launches node. /usr/local/bin/node: line 1: syntax error: unterminated quoted string

Possible Solution

Change version to 16.12

Steps to Reproduce

docker run -it node:16.13-alpine node

KamalAman avatar Dec 06 '21 00:12 KamalAman