Formation Devops | Formation Docker : 49- Quelques snippets utiles

www.itgalaxy.io

Utiliser une interface web d’administration Docker :

  • Portainer

Pour stopper tous les conteneurs:

  • docker stop $(docker ps-q -a)

Pour supprimer tous les conteneurs:

  • docker rm$(docker ps-q -a)

Pour supprimer toutes les images:

  • docker rmi-f $(docker images -q)

Pour purger les volumes orphelins:

  • docker volume rm$(docker volume ls -qfdangling=true)

Pour avoir une interface web pour Docker:

Pour avoir un reverse proxy automatique pour Docker: https://github.com/jwilder/nginx-proxy

Pour disposer d’un bac à sable Docker en ligne: https://labs.play-with-docker.com/

Quelques one-liners: http://www.commandlinefu.com/commands/matching/docker/ZG9ja2Vy

Formation officielle en ligne Docker: https://docs.docker.com/get-started/

Purger Docker :

  • docker system prune -a
  • docker volume prune
  • vérification avec docker system df






1. Nous contactez


2. Infra as a Service

  • Description: Infrastructure cloud évolutive et sécurisée
  • Links:

3. Projets Développeurs


4. Développeurs


5. Formations Complètes


6. Marketplace

7. Blogs


This website is powered by ItGalaxy.io