EN/ Download docker image: TR/ Docker image indirme:
docker pull dpage/pgadmin4TR/ İmajı başlatma (makinenin kendi içerisindeki bir sunucuya erişim için: --add-host=host.docker.internal:host-gateway argümanını ekleyiniz.):
EN/ Initializing the image (for accessing a server inside the machine: add the --add-host=host.docker.internal:host-gateway argument):
docker run --add-host=host.docker.internal:host-gateway -p 4000:80 -e 'PGADMIN_DEFAULT_EMAIL=mmozbay@siyahprens.com' -e 'PGADMIN_DEFAULT_PASSWORD=pass' -d dpage/pgadmin4