xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

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 发行版,专为注重安全性、简单性和资源效率的高级用户而设计。

image

https://www.alpinelinux.org/

https://alpinelinux.org/downloads/

image

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 / 高山

https://www.alpinelinux.org/

refs



©xgqfrms 2012-2025

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @   xgqfrms  阅读(40)  评论(2编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!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
点击右上角即可分享
微信分享提示