Docker React based on image node:10.2.1-alpine
127
Docker React based on image node:10.2.1 and pre-instaled the last version of React.
docker run -it --name NAME -p 3000:3000 --net=host -v LOCALROOT:/home/react -d luisg595/react:latest
You can run without install anything more create-react-app NAMEPROJECT cd NAMEPROJECT npm start
Content type
Image
Digest
Size
23.9 MB
Last updated
over 8 years ago
docker pull luisg595/react