其他分享
首页 > 其他分享> > 龙芯loongnix-server上运行autoheal镜像

龙芯loongnix-server上运行autoheal镜像

作者:互联网

autoheal镜像迁移步骤:

1、下载docker-autoheal的源文件,github地址如下:

     https://github.com/willfarrell/docker-autoheal

     获取并直接修改dockerfile,将base镜像修改成在loongarch上适配过的apline3.11.11就可以了

2、直接docker build即可

     docker build -t lshxb/autoheal:latest .

3、运行命令启动容器:

    docker run -d     --name autoheal     --restart=always     -e AUTOHEAL_CONTAINER_LABEL=all     -v /var/run/docker.sock:/var/run/docker.sock     lshxb/autoheal

 

标签:run,龙芯,sock,server,镜像,docker,autoheal,lshxb
来源: https://www.cnblogs.com/silent2012/p/16551489.html