-
Articles récents
Catégories
- administration serveur
- applications web
- architecture
- bash
- développement
- docker
- ecommerce
- encodage
- expressions rationnelles (regex)
- gestion de projet web
- git
- internet
- javascript
- langages
- loisirs
- management
- mysql
- Non classé
- official docker tuto
- optimisation
- oracle
- outils
- pgsql
- php
- réseau – network
- seo
- sql
- symfony2
- test
- Version Control Systems (VCS)
- windows
- wordpress
Méta
Archives de catégorie : official docker tuto
4) Swarms (swarm cmds)
Swarm is a group of machines (nodes) running docker and joined in a cluster. ! docker-machine cmds : set of tool to ease up the management of virtual/physical servers. Machines are most often virtual (virtual box most often). « d-m create … Continuer la lecture
Publié dans official docker tuto
Laisser un commentaire
3) Services (docker-compose.yml + stack cmds)
Services are containers in production Application = group of services # creation : 1 file : docker-compose.yml Within the file, the ‘image’ index defines the image to set up. Syntax : [/]repository[:tag] stack deploy -c docker-compose.yml // (after initializing the … Continuer la lecture
Publié dans official docker tuto
Laisser un commentaire
2) containers (Dockerfile + docker cmds)
Containers run images On créée des images qui tournent dans des containers :
Publié dans docker, Non classé, official docker tuto
Laisser un commentaire