mirror of https://github.com/docker/docs.git
fix-up inline command examples (#3139)
Removed prompt as it's confusing in a one-line statement where you are telling them to run a command.
This commit is contained in:
parent
476119cd9d
commit
dc99dc11f5
|
@ -63,9 +63,9 @@ Subscription you want to use.
|
|||
|
||||

|
||||
|
||||
* To list existing SSH keys: `$ ls -al ~/.ssh`
|
||||
* To list existing SSH keys: `ls -al ~/.ssh`
|
||||
|
||||
* To copy the public SSH key to your clipboard: `$ pbcopy < ~/.ssh/id_rsa.pub`
|
||||
* To copy the public SSH key to your clipboard: `pbcopy < ~/.ssh/id_rsa.pub`
|
||||
|
||||
Choose whether to provide daily resource cleanup. (Enabling this
|
||||
option helps avoid charges for resources that you are no longer
|
||||
|
|
Loading…
Reference in New Issue