Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

midisec/NirsSystem

Open more actions menu

Repository files navigation

NirsSystem

NIRS API instantiated system constructed based on auto-nirs system, it can instantiate the relevant API into a direct use of Web system

使用docker部署启动

# 容器启动
$ sudo docker-compose up
# 容器重新编译后启动
$ sudo docker-compose up --build
# 容器启动(精灵线程)
$ sudo docker-compose up -d --build
# 查询容器状态
$ sudo docker-compose ps
# 确认本地打开的tcp端口号
$ netstat -nltp
# Web访问测试
$ curl http://127.0.0.1:8081
# 执行myweb容器内的命令
$ sudo docker-compose run myweb top
# 查看容器输出日志
$ sudo docker-compose logs -f
# 容器停止
$ sudo docker-compose stop
# 容器停止+消除(容器+网络)
$ sudo docker-compose down
# 容器停止+消除(容器+网络+镜像)
$ sudo docker-compose down --rmi all

About

NIRS API instantiated system constructed based on auto-nirs system, it can instantiate the relevant API into a direct use of Web system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.