fixed docker installation typo

This commit is contained in:
sourabh
2018-06-30 10:52:18 -07:00
parent e45bb6ed33
commit b4f4b15724

View File

@@ -119,7 +119,7 @@ __Make sure you already installed [docker](https://www.docker.com)__
__If you already had a backup file `cards.db`. Run following command:__ __If you already had a backup file `cards.db`. Run following command:__
*Note: We don't need to rebuild image, just delete old container if you already built.* *Note: We don't need to rebuild image, just delete old container if you already built.*
`docker run -d -p 8000:8000 --name cs-flash-cards -v :<path_to_folder_contains_cards_db>:/src/db cs-flash-cards`. `docker run -d -p 8000:8000 --name cs-flash-cards -v <path_to_folder_contains_cards_db>:/src/db cs-flash-cards`.
`<path_to_folder_contains_cards_db>`: is the full path contains `cards.db`. `<path_to_folder_contains_cards_db>`: is the full path contains `cards.db`.
Example: `/home/tinpee/cs-flash-cards/db`, and `cards.db` is inside this folder. Example: `/home/tinpee/cs-flash-cards/db`, and `cards.db` is inside this folder.