Sign inSign up

frapsoft/yarn

By frapsoft

Updated almost 10 years ago

Yarn Package Manager with Node.js LTS (6.9.1) on Alpine Linux (13 MB)

Image
0

2.3K

frapsoft/yarn repository overview

yarn with Node.js LTS (6.9.1) Alpine Linux

Docker Automated Build Docker Pulls Open Source Love Gitter Chat

Versions

  • frapsoft/yarn - Node.js (latest) LTS (6.9.1) with yarn instead of npm
  • frapsoft/node:npm - Node.js (npm) LTS (6.9.1) with yarn and npm

Installation

docker pull frapsoft/yarn

Quick Introduction

add your node application under /app
Examples

get yarn version:

docker run frapsoft/yarn

run app from local folder:

docker run -v $(PWD)/app:/app frapsoft/yarn start

or

docker run -v $(PWD)/app:/app frapsoft/yarn sysinfo

from the example in this repository under /app ...

run app from a volume:

docker run -v webapp:/app frapsoft/yarn start

interactive shell:

docker run -it --entrypoint sh frapsoft/yarn

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

Tag summary

Content type

Image

Digest

Size

19.4 MB

Last updated

almost 10 years ago

docker pull frapsoft/yarn