Cerca

Heus ací els resultats de la cerca.

docker (first contact)
2 Resultats, Darrera modificació:
RUN echo "<h1>Apache with Docker</h1>" > /var/www/html/index.html EXPOSE 80 ENTRYPOINT apache2ctl -D FOREGROUND </code> - FROM: imagen base - MAINTAINER:
MasterClass Docker
1 Resultats, Darrera modificació:
FROM <imagen> '' descargará si no está COPY index.html /usr/local/apache2/htdocs/ </code> ''$ docker bui