mirror of https://github.com/docker/docs.git
copy-edit, more explanation on command line savvy
This commit is contained in:
parent
9c271e8761
commit
051fcffccb
|
@ -46,7 +46,7 @@ If you are using Docker for Mac, Docker for Windows, or Docker on Linux, you wil
|
|||
|
||||
## How much command line savvy do I need?
|
||||
|
||||
The getting started tour uses Docker Engine CLI commands entered on the command line of a terminal window. You don't need to be a wizard at the command line, but you should be familiar with how to open your favorite shell or terminal, and run basic commands in that environment. It helps (but isn't required) to know how to navigate a directory tree, manipulate files, list running process, and so forth.
|
||||
The getting started tour uses Docker Engine CLI commands entered on the command line of a terminal window. You don't need to be a wizard at the command line, but you should be familiar with how to open your favorite shell or terminal, and run basic commands in that environment. It helps (but isn't required) to know how to navigate a directory tree, manipulate files (move, copy, edit, save, read), list running processes, and so forth.
|
||||
|
||||
## Where to go next
|
||||
|
||||
|
|
Loading…
Reference in New Issue