2018年2月23日

Linux 将本地文件上传Linux服务器, 即ssh 命令上传本地文件

摘要: 在linux下一般用scp这个命令来通过ssh传输文件。 1、从服务器上下载文件scp username@servername:/path/filename /var/www/local_dir(本地目录) 例如scp root@192.168.0.101:/var/www/test.txt 把19 阅读全文

posted @ 2018-02-23 14:38 clearriver 阅读(341) 评论(0) 推荐(0) 编辑

docker rmi命令-删除image

摘要: rmi 删除image Removing tagged images Images can be removed either by their short or long ID`s, or their image names. If an image has more than one name, 阅读全文

posted @ 2018-02-23 14:33 clearriver 阅读(3533) 评论(0) 推荐(0) 编辑

导航