Update README.md

Fixing a confusing typo
This commit is contained in:
Andy Neff 2015-08-05 15:49:45 -04:00
parent f32a0ac33b
commit 540b2700dd

@ -236,9 +236,9 @@ place. The general procedure for this is
9. Enter a secure password, make sure you will not forget it 9. Enter a secure password, make sure you will not forget it
10. Generate Entropy! 10. Generate Entropy!
export --export-secret-key '<key ID>!' > gpg --export-secret-key '<key ID>!' >
e.g. `export --export-secret-key '547CF247!' > ./docker/git-lfs_centos_7.key` e.g. `gpg --export-secret-key '547CF247!' > ./docker/git-lfs_centos_7.key`
*NOTE*: the **!** is important in this command *NOTE*: the **!** is important in this command
@ -396,4 +396,4 @@ ignoring many Ctrl+C's
docker commit {container name/id} {new_name} docker commit {container name/id} {new_name}
Then you can `docker run` that new image. Then you can `docker run` that new image.