all

Cerca

Heus ací els resultats de la cerca.

Dockerfile
4 Resultats, Darrera modificació:
M debian:latest RUN apt-get update && apt-get install -y wget </sxh> ''docker build -t <nombre> .'': ge... h> FROM debian RUN apt-get update RUN apt-get install -y nginx CMD ["nginx","-g","daemon off;"] </sxh> ... OM debian RUN apt-get update \ && apt-get install -y nginx \ && rm -rf /var/lib/apt/lists/* CMD... ash> FROM debian:latest RUN apt update && apt install -y nginx CMD ["nginx","-g","daemon off;"] COPY in
docker-compose
2 Resultats, Darrera modificació:
ación /via: [[https://docs.docker.com/compose/install/#install-compose]] <code bash> sudo curl -L https://github.com/docker/compose/releases/download/1.21.2
instalación
2 Resultats, Darrera modificació:
) * instalación : [[https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce-1]] * ''sudo usermod -aG docker $USER'' * ''newgrp d
alpine
1 Resultats, Darrera modificació:
ncies phyton-dev build-base wget \ && pip install -r requiriments \ && apk del build-dependenci