TextFSM 在线解析 https://textfsm.xdai.vip/
-
安装 docker
sudo apt-get install docker.io sudo apt-get install docker-compose
-
克隆本仓库及其子模块
git clone --recurse-submodules https://github.com/xdai555/textfsm_online.git
-
构建并启动容器
sudo docker-compose up -d --build
-
容器构建完成并启动之后,textfsm_online 会在
8080
端口提供服务,可以通过本机地址直接访问http://$(yourdockerhost):8080