docker学习应用-02

尹凌龙
2023-12-01

参考链接

【好玩儿的Docker项目】用腾讯云轻量应用服务器10分钟搭建一个轻量的视频分享网站——Fireshare (laoda.de)

轻量级服务器购买:https://loll.cc/tx

[root@VM-24-16-centos ~]# docker --help

Usage: docker [OPTIONS] COMMAND

A self-sufficient runtime for containers
Common Commands:
  run         Create and run a new container from an image
  exec        Execute a command in a running container
  ps          List containers
  build       Build an image from a Dockerfile
  pull        Download an image from a registry
  push        Upload an image to a registry
  images    
 类似资料: