mirror of
https://github.com/skerkour/black-hat-rust
synced 2026-06-08 17:29:34 +00:00
ch_10: README
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
## Setup
|
||||
|
||||
```shell
|
||||
$ docker run --name bhr_ch10_postgres -d -e POSTGRES_PASSWORD=black_hat_rust -e POSTGRES_USER=ch10 -p 5432:5432 postgres:13
|
||||
```
|
||||
Reference in New Issue
Block a user