-
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
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
- nano to edit files
- chmod +x for sh scripts where permissions are lost as we do git pull
- nohup &
- grep ERROR wr_job.log
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
how to exporta docker container from one node ( machine ) to another