This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Artois
/
wishurgift
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
a9f9b15715
Branches
Tags
master
wishurgift
/
server
/
script
/
postgres-cli.sh
postgres-cli.sh
89 B
Historique
Raw
1
2
3
4
#!/bin/bash
id=$(sudo docker ps -aqf "name=wishurgift-db")
sudo docker exec -it $id bash