2024年11月24日星期日 下午1:10:51

VMware Workstation player 17 安装 Debian11.7 on windows 10

1 年 前
#22263 引用
old

0
1 年 前
#22264 引用
new







0
1 年 前
#22265 引用
Install  docker

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh


sudo docker run hello-world

0
1 年 前
#22266 引用
Install Docker on debian 12  using VMware Workstation palyer 17 on windows 10

Debian12.5

 lsb_release -a
No LSB modules are available.
Distributor ID:  Debian
Description:  Debian GNU/Linux 12 (bookworm)
Release:  12
Codename:  bookworm



Client: Docker Engine - Community
Version:           25.0.3
API version:       1.44
Go version:        go1.21.6
Git commit:        4debf41
Built:             Tue Feb  6 21:14:25 2024
OS/Arch:           linux/amd64
Context:           default

Server: Docker Engine - Community
Engine:
  Version:          25.0.3
  API version:      1.44 (minimum version 1.24)
  Go version:       go1.21.6
  Git commit:       f417435
  Built:            Tue Feb  6 21:14:25 2024
  OS/Arch:          linux/amd64
  Experimental:     false
containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

================================================================================

To run Docker as a non-privileged user, consider setting up the
Docker daemon in rootless mode for your user:

    dockerd-rootless-setuptool.sh install

Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.


To run the Docker daemon as a fully privileged service, but granting non-root
users access, refer to https://docs.docker.com/go/daemon-access/

WARNING: Access to the remote API on a privileged Docker daemon is equivalent
         to root access on the host. Refer to the 'Docker daemon attack surface'
         documentation for details: https://docs.docker.com/go/attack-surface/

0
1 年 前
#22267 引用
1
0
1 年 前
#22268 引用
错误的镜像源

docker pull homeassistant/home-assistant


docker run  -p 18123:8123 homeassistant/home-assistant
0