Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Dockerfile
- 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
- 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
- dows) * instalación : [[https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce-1]] * ''sudo usermod -aG docker $USER'' * ''newgrp docke
- alpine
- endencies phyton-dev build-base wget \ && pip install -r requiriments \ && apk del build-dependenci