Docker fundamental



docker inspect --format '{{.State.Pid}}' nama_container 
kill -9 <NOMOR_PID_TADI>

docker-compose down
docker-compose up -d