5 lines
166 B
Markdown
5 lines
166 B
Markdown
|
# Run Container
|
||
|
|
||
|
```sh
|
||
|
$ docker run --name together-postgres --network together-net -v together-postgres:/var/lib/postgresql/data -itd together-postgres:<version>
|
||
|
```
|