docker run –name mypostgres -e POSTGRES_PASSWORD=1234 -p 5432:5432 -d postgres:11.1-alpine. 預設expose 5432 port,但像我在host上希望利用GUI ...
確定! 回上一頁