龙芯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

 

posted @ 2022-08-04 17:55  silent  阅读(179)  评论(0编辑  收藏  举报