-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rkanade edited this page Jun 8, 2022
·
27 revisions
Welcome to WeRecruit WIKI
Frequently used linux commands
Frequently used Docker commands
from docker machine do docker exec -it werecruit_prod /bin/bash
to loginto werecruit container.
To figure out all open connections on pg, run following sql on db
git pull
git status
git restore
-
git clone <repo name>
. - only done once
-
docker exec -it werecruit_prod /bin/bash
-> to get shell acess to werecruit_prod container.- To get out the container shell without stopping the container , please enter ctrl+p followed by ctrl+q
docker ps -a
docker start werecruit_prod
docker pause werecruit_prod
docker commit werecruit_prod werecruit_image
docker images
docker unpause werecruit_prod