tech:ansible_vagrant_et_docker
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:ansible_vagrant_et_docker [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:ansible_vagrant_et_docker [2025/05/31 18:33] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 27: | Ligne 27: | ||
| Voir http:// | Voir http:// | ||
| + | |||
| === Conf conteneur | === Conf conteneur | ||
| - | <code bash Dockerfile> | + | '' |
| + | <code bash> | ||
| FROM debian: | FROM debian: | ||
| Ligne 64: | Ligne 66: | ||
| Conf supervisord | Conf supervisord | ||
| - | <code ini sshd.conf> | + | '' |
| + | <code ini> | ||
| [program: | [program: | ||
| directory=/ | directory=/ | ||
| Ligne 77: | Ligne 80: | ||
| docker build -t plop --build-arg http_proxy=http:// | docker build -t plop --build-arg http_proxy=http:// | ||
| </ | </ | ||
| + | |||
| + | |||
| == Vagrant | == Vagrant | ||
| - | <code ruby Vagrantfile> | + | '' |
| + | <code ruby> | ||
| Vagrant.configure(" | Vagrant.configure(" | ||
| config.vm.provider " | config.vm.provider " | ||
| Ligne 100: | Ligne 106: | ||
| end | end | ||
| </ | </ | ||
| + | |||
| == Autre | == Autre | ||
| Ligne 105: | Ligne 112: | ||
| Un Makefile pour nous simplifier la vie | Un Makefile pour nous simplifier la vie | ||
| - | <code make Makefile> | + | '' |
| + | <code make> | ||
| FicListYaml = $(shell find . -type f -iname " | FicListYaml = $(shell find . -type f -iname " | ||
| Ligne 147: | Ligne 155: | ||
| docker ps | docker ps | ||
| </ | </ | ||
| + | |||
| + | |||
| == Pb | == Pb | ||
tech/ansible_vagrant_et_docker.1742825205.txt.gz · Dernière modification : de 127.0.0.1
