Alpine Linux All In One
Alpine Linux All In One
alpine
Alpine Linux is an independent, non-commercial, general purpose Linux distribution designed for power users who appreciate security, simplicity and resource efficiency.
Alpine Linux 是一个独立的、非商业的、通用的 Linux 发行版,专为注重安全性、简单性和资源效率的高级用户而设计。
https://alpinelinux.org/downloads/
https://pkgs.alpinelinux.org/packages
https://gitlab.alpinelinux.org/alpine
https://gitlab.alpinelinux.org/alpine/infra
https://gitlab.alpinelinux.org/alpine/aports/-/issues
Docker
Dockerfile
Dockerfile 是用于创建容器映像的指令脚本,它基于文本。
FROM node:12-alpine
RUN apk add --no-cache python2 g++ make
WORKDIR /app
COPY . .
RUN yarn install --production
CMD ["node", "/app/src/index.js"]
https://docs.docker.com/get-started/
https://github.com/docker/getting-started
CI/CD
GitHub CI
GitLab CI
Alpine Linux
alpine / 高山
refs
©xgqfrms 2012-2025
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/17025441.html
未经授权禁止转载,违者必究!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
2022-01-04 游戏公司-上海四小龙 All In One
2021-01-04 rm -rf .git/gc.log
2021-01-04 vue slot nested bug
2021-01-04 CSS flex layout & align-items & align-content & justify-items & justify-content All In One
2020-01-04 GitHub & JavaScript & Trending
2019-01-04 vue render & array of components & vue for & vue-jsx