We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To test docker instance is running successfully.
docker run hello-world
docker pull postgres docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres