docker Instruction added for accessing Postgres shell#422
docker Instruction added for accessing Postgres shell#422Munmud wants to merge 2 commits intoapache:masterfrom
Conversation
README.md
Outdated
|
|
||
| ``` | ||
| <h5> Create AGE docker container </h5> | ||
| <h5> Create age docker container for first time</h5> |
There was a problem hiding this comment.
You can capitalize the age word here as it holds significance
There was a problem hiding this comment.
the container name is case sensitive... Container won't run otherwise
There was a problem hiding this comment.
This is the title, affecting the case of the alphabet won't make any difference in the running of the code. The case-sensitive line is 193 specifying the image to pull.
README.md
Outdated
| apache/age | ||
| ``` | ||
|
|
||
| <h5> Or Run docker container if you previously worked with age container </h5> |
There was a problem hiding this comment.
Also, capitalize the age keyword here
There was a problem hiding this comment.
the container name is case sensitive... Container won't run otherwise
There was a problem hiding this comment.
This is only a task description so you can capitalize the alphabet here. The main script is line 199 which should be case sensitive.
Instruction Added
Removed