“Docker 安装 v2ray”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“1”的新页面) |
Jihongchang(讨论 | 贡献) |
||
第1行: | 第1行: | ||
− | + | <syntaxhighlight lang="shell-session"> | |
+ | [root@your-vps ~]# docker pull v2ray/official | ||
+ | Using default tag: latest | ||
+ | latest: Pulling from v2ray/official | ||
+ | c9b1b535fdd9: Pull complete | ||
+ | e988f487316f: Pull complete | ||
+ | 9f14b9e76a1c: Pull complete | ||
+ | ba8aa6f3f262: Pull complete | ||
+ | 47a7d45748ed: Pull complete | ||
+ | a1eaab65098b: Pull complete | ||
+ | 95f134d2f540: Pull complete | ||
+ | Digest: sha256:978c67f3dba2afb01b710620f8bc0392b36729facad466b90a49f3d7f30404be | ||
+ | Status: Downloaded newer image for v2ray/official:latest | ||
+ | docker.io/v2ray/official:latest | ||
+ | |||
+ | </syntaxhighlight> |
2023年2月6日 (一) 12:14的版本
[root@your-vps ~]# docker pull v2ray/official
Using default tag: latest
latest: Pulling from v2ray/official
c9b1b535fdd9: Pull complete
e988f487316f: Pull complete
9f14b9e76a1c: Pull complete
ba8aa6f3f262: Pull complete
47a7d45748ed: Pull complete
a1eaab65098b: Pull complete
95f134d2f540: Pull complete
Digest: sha256:978c67f3dba2afb01b710620f8bc0392b36729facad466b90a49f3d7f30404be
Status: Downloaded newer image for v2ray/official:latest
docker.io/v2ray/official:latest