Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

pgadmin4 container

docker pull dpage/pgadmin4
docker run -p 80:80 
    -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' 
    -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' 
    -d dpage/pgadmin4
# https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
Comment

PgAdmin4 on docker

docker pull dpage/pgadmin4
docker run -p 80:80 
    -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' 
    -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' 
    -d dpage/pgadmin4
Comment

PgAdmin4 on docker

docker pull dpage/pgadmin4
docker run -p 80:80 
    -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' 
    -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' 
    -d dpage/pgadmin4
Comment

PgAdmin4 on docker

docker pull dpage/pgadmin4
docker run -p 80:80 
    -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' 
    -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' 
    -d dpage/pgadmin4
Comment

PREVIOUS NEXT
Code Example
Shell :: restart computer command linux 
Shell :: git remove remote file keep local 
Shell :: how to push forcefully in github 
Shell :: npm install directly fron github 
Shell :: jq to csv 
Shell :: Bash file permission 
Shell :: optimize mp4 ffmpeg 
Shell :: how to check tls version 
Shell :: shell script in jenkins pipeline 
Shell :: setting missing in ubuntu 
Shell :: How can I make LibreOffice look better? 
Shell :: add local project to bitbucket 
Shell :: install pip dockerfile 
Shell :: ubuntu 20 install quemu 
Shell :: du linux several directories 
Shell :: git fetch remote branch 
Shell :: clone using token github 
Shell :: force pull in git 
Shell :: how to reset back to commit id in git 
Shell :: git display current head 
Shell :: how to undo a git stash 
Shell :: git push all tags 
Shell :: add a cookie to curl 
Shell :: ubuntu empty a file 
Shell :: snap install package 
Shell :: gitignore node_modules 
Shell :: nvm change node version 
Shell :: bash get first n characters 
Shell :: install hyperopt 
Shell :: install openssl 1.0.2 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =