You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
Docker registry API for Ret2Shell. External deployment.
4
4
5
+
## Feature
6
+
7
+
User who have `Game` permission to specific game can push/pull `ret.sh.cn/{namespace}/{image}` where namespace can be game id or bucket. And the user can only pull `ret.sh.cn/{image}` or `ret.sh.cn/library/{image}`.
8
+
9
+
User who have both `Game` and `DevOps` permissions can push/pull `ret.sh.cn/{image}` or `ret.sh.cn/library/{image}`.
10
+
11
+
Command `docker login` is supported.
12
+
5
13
## Deployment
6
14
7
15
You need to pass `config.toml` to `/etc/passwd`, and ensure the database and registry can be visited.
0 commit comments