Docker


Clean everything

$ {
  docker system prune -a -f
  docker container prune -f
  docker image prune -a -f
  docker volume prune -f
  docker network prune -f
}


Environment example for development JS Apps Inside Docker

React

DataBases

Awesome Compose


Complete intro to containers

https://btholt.github.io/complete-intro-to-containers/


Test docker containers

$ docker scan webmakaka/rsschool-postgres


https://snyk.io/

https://www.youtube.com/watch?v=1N6VBHMoPsw