Skip to content

Commit 31e8c88

Browse files
image initialisation
1 parent abf9868 commit 31e8c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/docker/README.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ The new built Container Image contains an empty C<perldoc-browser.pl> Installati
6767
To run correctly the Search Backend need to be populated.
6868
So the command to populate the Search Backend is:
6969

70-
docker run -it -v /absolute/path/to/perldoc_web:/home/perldoc-browser:Z perldoc_web perldoc-browser.pl index all
70+
docker run -it -v /absolute/path/to/project:/home/perldoc-browser:Z perldoc_web perldoc-browser.pl index all
7171

72-
This will execute C<perldoc-browser.pl index all> in the project directory.
73-
The results are stored persistently in the project directory for further container launches.
72+
This will execute command C<perldoc-browser.pl index all> in the project directory.
73+
The results will be stored persistently in the project directory for further container launches.
7474

7575

7676

0 commit comments

Comments
 (0)