it-tools

你的公司是内网吗?你还在为内网使用相关工具类而繁琐吗?你还在为不断拷离线包进内网而痛苦吗?

那么,这个工具类,你值得拥有

Blibili 视频

链接:

https://github.com/CorentinTh/it-tools

安装

// 拉镜像
docker pull corentinth/it-tools:latest
// 查询一下服务器端口有没有被占用
lsof -i:8888
// 启动
docker run -d -p 8888:80 --name it-tools  corentinth/it-tools

使用