Fluid
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

hexo博客框架

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick
2024-07-23
后端
#docker

Docker

Docker命令全 Docker启动 123456789运行交互式的容器docker run -i -t ubuntu:15.10 /bin/bash-t: 在新容器内指定一个伪终端或终端。-i: 允许你对容器内的标准输入 (STDIN) 进行交互。-d: 我们希望 docker 的服务是在后台运行的,我们可以过 -d 指定容器的运行模式。加了 -d 参数默认不会进入容器,想要进入容器需要使用
2024-07-21
后端
#docker
123

搜索

Hexo Fluid