This is an old revision of the document!
docker
Connect to Container as root
$ docker exec -u 0 -it FW_pgAdmin4 /bin/ash
References
Docker Exec Command With Examples - https://devconnected.com/docker-exec-command-with-examples/
dockerdocker-command
This is an old revision of the document!
Connect to Container as root
$ docker exec -u 0 -it FW_pgAdmin4 /bin/ash
Docker Exec Command With Examples - https://devconnected.com/docker-exec-command-with-examples/