Skip to content
/ awvs Public

A version of awvs docker based on Ubuntu 18.04

License

Notifications You must be signed in to change notification settings

0xgkd/awvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

Docker AWVS

基于Pwn3rzs license和Ubuntu 18.04手动制作的docker awvs版本

Latest version: AWVS v24.9.241015145

Usage:

  • docker pull 0xgkd/awvs
  • docker run -it -d -p 13443:3443 0xgkd/awvs

Login Credentials:

Update:

  • 2024.11.05 - AWVS v24.9.241015145
  • 2024.09.09 - AWVS v24.8.240828144
  • 2024.07.15 - AWVS v24.6.240626115
  • 2024.06.16 - AWVS v24.4.240514098
  • 2024.06.03 - AWVS v24.4.240427095
  • 2024.05.03 - AWVS v24.3.240322155(2024 五一假期特供版)

祝师傅们五一假期快乐!

  • 2024.04.09 - AWVS v24.2.240226074

  • 2024.03.01 - AWVS v24.1.240111130(8c152dacb50f)

  • 2024.02.29 - AWVS v24.1.240111130

v24.1.240111130官方移除了启动脚本,导致镜像f65c263bf9ba异常

  • 2024.01.17 - AWVS v23.11.231123131
  • 2023.11.29 - AWVS v23.9.231020153
  • 2023.10.19 - AWVS v23.9.231005181
  • 2023.10.10 - AWVS v23.8.230905089
  • 2023.08.25 - AWVS v23.7.230728157
  • 2023.07.15 - AWVS v23.6.230628115

Engine Update:

  • 2024.11.05 - Engine v24.9.241015145
  • 2024.10.16 - Engine v24.8.240828144

Feature:

Enable Multi-Engine

环境:
服务器地址 - 149.x.x.50
管理节点外部地址 - https://149.x.x.50:13443
引擎节点外部地址 - https://149.x.x.50:13446
管理节点容器内部地址 - https://172.17.0.2:3443
引擎节点容器内部地址 - https://172.17.0.3:3443
Step 1:
docker pull 0xgkd/awvs-engine

Step 2:
docker run -it -d -p 13443:3443 --name main 0xgkd/awvs
docker run -it -d -p 13446:3443 --name worker1 0xgkd/awvs-engine

Step 3: 这些是注册页面需要填写的容器通信地址
docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)
例子:
/worker1 - 172.17.0.3
/main - 172.17.0.2

Step 4: 这里只能使用容器内部地址进行注册认证!
访问外部地址进行注册认证操作
管理节点外部地址 - https://149.x.x.50:13443
引擎节点外部地址 - https://149.x.x.50:13446

registration

Environment:
Internet Server - 149.x.x.50
Main Installation External Address - https://149.x.x.50:13443
Engine External Address - https://149.x.x.50:13446
Main Installation Container Internal Address - https://172.17.0.2:3443
Engine Container Internal Address - https://172.17.0.3:3443
Step 1:
docker pull 0xgkd/awvs-engine

Step 2:
docker run -it -d -p 13443:3443 --name main 0xgkd/awvs
docker run -it -d -p 13446:3443 --name worker1 0xgkd/awvs-engine

Step 3: These are the container communication addresses that need to be filled in on the registration page
docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)
Example:
/worker1 - 172.17.0.3
/main - 172.17.0.2

Step 4: Must use Container Internal Address for Registration and Authentication!
Accessing external addresses for registration and authentication operations
Main Installation External Address - https://149.x.x.50:13443
Engine External Address - https://149.x.x.50:13446

registration

Image Size:

image size engine

Multi-Engine Authorization

authorization

About

A version of awvs docker based on Ubuntu 18.04

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published