diff --git a/docker/README.md b/docker/README.md index d49db102..cba9f528 100644 --- a/docker/README.md +++ b/docker/README.md @@ -236,9 +236,9 @@ place. The general procedure for this is 9. Enter a secure password, make sure you will not forget it 10. Generate Entropy! - export --export-secret-key '!' > + gpg --export-secret-key '!' > -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 @@ -396,4 +396,4 @@ ignoring many Ctrl+C's docker commit {container name/id} {new_name} - Then you can `docker run` that new image. \ No newline at end of file + Then you can `docker run` that new image.