Skip to content

Docker container command error in README file. #115

@moiz697

Description

@moiz697

The command provided in the README.MD for running a Postgres container is not working properly due to incorrect indentation. The command is as follows:
docker run --name myPostgresDb -p 5455:5432 -e POSTGRES_USER=postgresUser -e POSTGRES_PASSWORD=pos
tgresPW -e POSTGRES_DB=postgresDB -d apache/age

As a result, users are unable to run the container correctly. Can you please correct the indentation and update the readme file to ensure that users are able to run the container without any issues?
Steps to reproduce:

Copy the command from the readme file
Paste it on the terminal
Execute the command
Expected outcome:

The Postgres container should be running
Actual outcome:

The command is not working due to incorrect indentation.
Impact:

Users are unable to run the container and use it.
Severity:

Medium (as users are unable to run the container)
Notes:

Please make sure to test the command before updating the readme file to ensure that it is working correctly.
Label:

bug
Screenshot 2023-01-22 at 1 51 45 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions