postgres

command module
v0.0.0-...-bb83006 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: MIT Imports: 5 Imported by: 0

README

Set up the environment

# pulling the latest postgres image
docker pull postgres

# starting postgres container
docker run -e POSTGRES_PASSWORD=root -e POSTGRES_USER=root --name psql_test -p 5432:5432 -d postgres:latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL