logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

x86架构上构建arm64架构的docker镜像

项目需要提供arm64架构上的centos7对应docker镜像,然后本地宿主机只有x86架构机器,因此需要在x86机器上构建centos arm64架构的docker镜像。

文章图片
#docker#架构#运维
django读取文件返回前端下载

file_name = 'excel.xlsx'response = FileResponse(open('templates/%s' % file_name, 'rb'))response['Content-Type'] = 'text/xls'response['Content-Disposition'] = 'attachment;filename="%s"' % file_nameretu

文章图片
#django#前端#python
centos7.5离线安装docker

centos7 安装默认设置安装即可https://jingyan.baidu.com/article/20095761d65c67cb0721b4a8.html解决Centos7安装后无法联网的问题https://www.cnblogs.com/zhi-leaf/p/5983470.html使用CentOS7 ISO镜像作为yum安装源(此步骤至关重要,一定要进行)htt...

#centos#docker
centos7.5离线安装docker

centos7 安装默认设置安装即可https://jingyan.baidu.com/article/20095761d65c67cb0721b4a8.html解决Centos7安装后无法联网的问题https://www.cnblogs.com/zhi-leaf/p/5983470.html使用CentOS7 ISO镜像作为yum安装源(此步骤至关重要,一定要进行)htt...

#centos#docker
k8s使用ceph-csi插件的cephfs方式持久化存储

k8s使用ceph-csi插件中的cephfs方式持久化存储

文章图片
#kubernetes#ceph#docker
到底了