centos7中使用docker安装 smc++

 

001、

[liujiaxin01@PC1 ~]$ docker search smcpp

 

002、pull

[liujiaxin01@PC1 ~]$ docker run --rm -v $PWD:/mnt terhorst/smcpp:latest

 

003、列出镜像

[liujiaxin01@PC1 ~]$ docker image ls
REPOSITORY       TAG       IMAGE ID       CREATED       SIZE
terhorst/smcpp   latest    3cefc6ac73ca   2 years ago   1.15GB

 

004、调用测试

[liujiaxin01@PC1 ~]$ docker run -it terhorst/smcpp smc++ -h

 

posted @ 2023-05-20 01:12  小鲨鱼2018  阅读(325)  评论(0编辑  收藏  举报