Así es como se ve mi docker-compose.yml.
nginx:
container_name: 'nginx'
image: 'nginx:1.11'
restart: 'always'
ports:
- '80:80'
- '443:443'
volumes:
- '/opt/nginx/conf.d:/etc/nginx/conf.d:ro'
links:
- 'anything'
Ahora necesito agregar algo de contenido a través del script de shell (en un servidor ubuntu). No estoy muy seguro de si es posible en absoluto:
- Agregue un nuevo elemento a
nginx/links
, si no existe - Agregar
newthing
bloque si no existe un bloque nuevo
El nuevo contenido debería verse así:
nginx:
container_name: 'nginx'
image: 'nginx:1.11'
restart: 'always'
ports:
- '80:80'
- '443:443'
volumes:
- '/opt/nginx/conf.d:/etc/nginx/conf.d:ro'
- '/etc/letsencrypt:/etc/letsencrypt'
links:
- 'anything'
- 'newthing'
newthing:
container_name: foo
image: 'newthing:1.2.3'
restart: always
hostname: 'example.com'
ruamel.yaml
biblioteca para Python.
sed
,awk
yregular expressions
para actualizar su archivo.