https://github.com/sqlwwx/docker-alinode
https://github.com/sqlwwx/docker-alinode
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlwwx/docker-alinode
- Owner: sqlwwx
- Created: 2020-01-27T23:07:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:36:58.000Z (about 5 years ago)
- Last Synced: 2025-05-14T01:01:16.040Z (about 1 year ago)
- Language: Dockerfile
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# docker-alinode

https://cr.console.aliyun.com/images/cn-hangzhou/aliyun-node/alinode/detail
# images
```
sqlwwx/alinode
sqlwwx/alinode-git
sqlwwx/alinode-builder
```
# clean
```
find /var/ -size +10
du --max-depth=1 .
find /usr/lib/node_modules/ -name *.md | xargs rm
rm -rf /var/cache/apk/*
```