PostgreSQL with Docker: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* port mapping. | * port mapping. | ||
</font> | </font> | ||
=Running a Transient Instance= | |||
<syntaxhighlight lang='bash'> | |||
docker run posgres | |||
</syntaxhighlight> |
Revision as of 16:39, 18 October 2018
Internal
Overview
- simplest image - data is lost
- external volume
- port mapping.
Running a Transient Instance
docker run posgres