https://github.com/trydock/docker-yarn
Docker image for yarn 1.19.1 with node 10.16.3 running on Alpine 3.10 container.
https://github.com/trydock/docker-yarn
docker node yarn yarnpkg
Last synced: about 2 months ago
JSON representation
Docker image for yarn 1.19.1 with node 10.16.3 running on Alpine 3.10 container.
- Host: GitHub
- URL: https://github.com/trydock/docker-yarn
- Owner: trydock
- Created: 2019-11-02T14:52:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T17:12:18.000Z (over 6 years ago)
- Last Synced: 2024-12-29T19:48:51.152Z (over 1 year ago)
- Topics: docker, node, yarn, yarnpkg
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Yarn
[](https://travis-ci.org/trydock/docker-yarn)
Yarn is fast, reliable, and secure dependency management tool.
Yarn caches every package it downloads so it never needs to download it again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.
# Run Locally?
Go into the directory, where your `package.json` exists.
Then run:
```
docker run --rm -it -v $(pwd):/work -p 8080:8080 local/yarn yarn install
```
# Version
Issue:
```
docker run --rm -it -v $(pwd):/work -p 8080:8080 local/yarn yarn -v
```