windows create docker machine

Wednesday, Oct 9, 2024 | 1 minute read | Updated at Wednesday, Oct 9, 2024

@
windows create docker machine
  • docker-machine create
  • docker user&passwd
  • docker container gdb problem

The remaining content of your post.

docker-machine create

docker-machine create --engine-registry-mirror=http://hub-mirror.c.163.com --engine-opt -d virtualbox default

docker user&passwd

usernamepasswdhow to enter
dockertcuserssh
rootsudo -i (under docker user)
dockerdocker-machine ssh

docker container gdb problem

warning: Error disabling address space randomization: Operation not permitted

docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined

© 2016 - 2025 Caisong's Blog

🌱 Powered by Hugo with theme Dream.

About Me

大龄程序员,喜欢折腾各种环境部署、软件应用。

博客记录日常。