Blogger Information
Blog 291
fans 0
comment 0
visits 350682
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
在docker上安装AWVS
Original
1368 people have browsed it

镜像下载、域名解析、时间同步请点击 阿里云开源镜像站

实验环境:CentOS 7+docker

1.使用命令搜索我们需要的镜像

docker search awvs

file

2.拉取镜像,这里选择较新的版本

docker pull xiaomimi8/awvs14-log4j-2022

file

下载完成,查看镜像列表

docker images

file

3.启动容器

将docker的3443端口映射到物理机的2333端口

docker run -d -p 2333:3443 xiaomimi8/awvs14-log4j-2022

查看容器是否启动

file

4.访问AWVS

https://docker所在服务器的ip:2333

file

使用默认的用户名和密码登录

username: admin@admin.com

password: Admin123

file

5.删除容器

首先使用docker stop 容器ID 命令停止容器,再docker rm -f 容器ID 进行删除

file

删除后当需要使用AWVS时可以再根据上述步骤运行容器。

以上,成功实现在docker上安装AWVS。

本文转自:https://blog.csdn.net/qq_36223133/article/details/123064626

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post