查看“Docker build”的源代码
←
Docker build
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
建议以 Alpine Linux 作为基础打包 <pre> 先登录 docker login evan886 evan22 cd /data/builddocker/mysql/5.7 /data/builddocker/mysql/5.7# ls docker-entrypoint.sh Dockerfile docker build --tag evan886/mysql5.7:v1 -f Dockerfile . docker push evan886/mysql5.7:v1 docker push evan886/ubuntu14 The push refers to repository [docker.io/evan886/ubuntu14] Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 223.6.6.6:53: read udp 192.168.10.199:42959->223.6.6.6:53: i/o timeout 后来dns 改为8.8.8.8就好了呀 </pre> ==2023 example == <pre> root@myxps:/home/evan/data/dockerbuild/sep2023/phpinfo# ls Dockerfile index.php root@myxps:/home/evan/data/dockerbuild/sep2023/phpinfo# cat Dockerfile # syntax=docker/dockerfile:1 FROM php:8.1-fpm #FROM --platform=$TARGETPLATFORM php:8.1-fpm WORKDIR /app COPY index.php /app root@myxps:/home/evan/data/dockerbuild/sep2023/phpinfo# cat index.php <?php echo 'from evan linuxsa.org'; phpinfo(); ?> docker build --tag evan886/phpinfo -f Dockerfile . </pre> [https://www.cnblogs.com/ee900222/p/docker_3.html Docker系列之(三):Docker微容器Alpine Linux] =see also Docker Dockerfile= [[Dockerfile]] [https://www.runoob.com/docker/docker-dockerfile.html Docker Dockerfile ] =references= [https://www.okcode.net/article/41799 官方镜像利用commit制作自己的镜像并上传docker hub] [http://www.xiaomastack.com/2015/04/05/docker-dev-test-build/ Docker build搭建开发测试环境_编译镜像] [[category:ops]] [[category:容器]] [[category: container]]
返回至
Docker build
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息