1.进入docker容器内部。
点击查看代码
docker exec -it devops-demo /bin/sh
2、安装 Arthas
点击查看代码
wget https://arthas.aliyun.com/arthas-boot.jar
点击查看代码
java -jar arthas-boot.jar
1.进入docker容器内部。
docker exec -it devops-demo /bin/sh
2、安装 Arthas
wget https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar
相关文章: