Cerca

Heus ací els resultats de la cerca.

Dockerfile
4 Resultats, Darrera modificació:
FROM debian:latest RUN apt-get update && apt-get install -y wget </sxh> ''docker build -t <nombre> .'': ge... bash> FROM debian RUN apt-get update RUN apt-get install -y nginx CMD ["nginx","-g","daemon off;"] </sxh> ... > FROM debian RUN apt-get update \ && apt-get install -y nginx \ && rm -rf /var/lib/apt/lists/* CMD... xh bash> FROM debian:latest RUN apt update && apt install -y nginx CMD ["nginx","-g","daemon off;"] COPY in
docker-compose
2 Resultats, Darrera modificació:
stalació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/doc
instalación
2 Resultats, Darrera modificació:
dows) * instalación : [[https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce-1]] * ''sudo usermod -aG docker $USER'' * ''newgrp docke
alpine
1 Resultats, Darrera modificació:
endencies phyton-dev build-base wget \ && pip install -r requiriments \ && apk del build-dependenci