docker commit :从容器创建一个新的镜像。
docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]]
OPTIONS说明:
-a :提交的镜像作者;
-c :使用Dockerfile指令来创建镜像;
-m :提交时的说明文字;
-p :
git version # Display the version of git. git help # Prints the synopsis and a list of the most commonly used commands. git help git # Display the git man page. git <COMMAND> -h # Display the brief help. git help <COMMAND/CONCEPT> # Display help for specific subcommand or concept. "git <COMMAND/CONCEPT> --help" git help --help # Display the help of 'git help'. git help --all # Print all available commands on the standard output. git help --guide # Print a list of the useful Git guides on the standard output.
git config --list # 显示所有配置信息 git config --global --list # 显示全局配置信息 git config --local --list # 显示local repository配置信息(在local repository目录下执行)
git remote # 查看remote repository信息 git remote -v # 查看remote repository详细信息。如果没有推送权限,就看不到remote repository的地址
git status # Show the working tree status. git status --short # Give the output in the short-format.
git log # 查看commit日志 git log <file> # 查看某个文件的commit日志 git log -3 #
grep(global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。
-a 不要忽略二进制数据。 -A<显示列数> 除了显示符合范本样式的那一行之外,并显示该行之后的内容。 -b 在显示符合范本样式的
find命令用来在指定目录下查找文件。任何位于参数之前的字符串都将被视为欲查找的目录名。如果使用该命令时,不设置任何参数,则find命令将在当前目录下查找子目录与文件。并且将查找到的子目录和文件全部进行显示。
find(选项)(参数)
-amin<分钟>:查找在指定时间曾被存取过的文件或目录,单位以分钟计算; -anewer<参考文件或目录>:查找其存取时间