mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
5b8cfbe15c
The cp command and copy api endpoint allows users to copy files and or folders from a containers filesystem. Closes #382
43 lines
928 B
ReStructuredText
43 lines
928 B
ReStructuredText
:title: Commands
|
|
:description: -- todo: change me
|
|
:keywords: todo, commands, command line, help, docker, documentation
|
|
|
|
|
|
Commands
|
|
========
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
cli
|
|
attach <command/attach>
|
|
build <command/build>
|
|
commit <command/commit>
|
|
cp <command/cp>
|
|
diff <command/diff>
|
|
export <command/export>
|
|
history <command/history>
|
|
images <command/images>
|
|
import <command/import>
|
|
info <command/info>
|
|
inspect <command/inspect>
|
|
kill <command/kill>
|
|
login <command/login>
|
|
logs <command/logs>
|
|
port <command/port>
|
|
ps <command/ps>
|
|
pull <command/pull>
|
|
push <command/push>
|
|
restart <command/restart>
|
|
rm <command/rm>
|
|
rmi <command/rmi>
|
|
run <command/run>
|
|
search <command/search>
|
|
start <command/start>
|
|
stop <command/stop>
|
|
tag <command/tag>
|
|
top <command/top>
|
|
version <command/version>
|
|
wait <command/wait>
|