Docker筆記 - 進入Container,建立並操作 PostgreSQL Container
<aside> ❗ If it brings up a WSL problem, click the link it offered and execute step 3. and step 4. (as below) Then restart your computer if the docker still failed to start.
</aside>


docker network inspect bridge
If it’s not linking together, create net for Postgres and datacube
docker network create <name of your net>
#docker network create my-net
postgres - Official Image | Docker Hub
You can execute it by duplicate the docker pull command to the command line of your computer. (as below)
