You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/30 21:57:26 UTC

[GitHub] [age-website] arun-esh opened a new issue, #84: Improve the documentation for docker command line

arun-esh opened a new issue, #84:
URL: https://github.com/apache/age-website/issues/84

   Apache AGE via docker: require some extra arguments to make it work. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-website] arun-esh closed issue #84: Improve the documentation for docker command line

Posted by GitBox <gi...@apache.org>.
arun-esh closed issue #84: Improve the documentation for docker command line
URL: https://github.com/apache/age-website/issues/84


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-website] JoshInnis commented on issue #84: Improve the documentation for docker command line

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #84:
URL: https://github.com/apache/age-website/issues/84#issuecomment-1264070093

   The docker command requires certain environmental variables to be added to work correctly:
   
   ```
   docker run \
       --name myPostgresDb  \
       -p 5455:5432 \
       -e POSTGRES_USER=postgresUser \
       -e POSTGRES_PASSWORD=postgresPW \
       -e POSTGRES_DB=postgresDB \
       -d \
   apache/age
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-website] arun-esh commented on issue #84: Improve the documentation for docker command line

Posted by GitBox <gi...@apache.org>.
arun-esh commented on issue #84:
URL: https://github.com/apache/age-website/issues/84#issuecomment-1276782833

   Added commands in #93 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org