PostgreSQL with Docker: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
docker run posgres | docker run posgres | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The command will implicitly create a [[Docker_Storage_Concepts#Local_Volume_Driver|local]] [[Docker_Storage_Concepts#Anonymous_Volume|anonymous]] volume that will linger around after the container stops. |