Docker – copy file from container to host by imagename To copy file from container file system to host use next command:Continue reading “Docker – copy file from container to host by imagename”…
Docker – remove all images and containers In order to remove all containers, you can use the command: docker rm $(docker ps -a -q) In order… Continue reading “Docker – remove all images and containers”…
Docker – copy file from container to host In order to copy a file from a container to the host, you can use the command:Continue reading “Docker – copy file from container to host”…
Mongo DB: Sharding scripts Configuration of few mongoDB servers to work as one: Continue reading “Mongo DB: Sharding scripts”…
Backup service "Oh no, my site crashed!" Everyone says things like that from time to time. Continue reading “Backup service”…