logo

Crowdly

R4.08 - Virtualisation

Looking for R4.08 - Virtualisation test answers and solutions? Browse our comprehensive collection of verified answers for R4.08 - Virtualisation at moodle.univ-artois.fr.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Vous avez fini votre Dockerfile sun un projet Angular, pour voir votre page web et transformer ce fichier en un conteneur Docker se nommant : jevedespoints quel commandes devait vous effectuer ?

View this question

Laquelle de ces réponses n'est pas un avantage de Docker ?

0%
0%
0%
View this question

Quelle est la différence entre une image Docker et un conteneur Docker ?

View this question

Veuillez copier (ou écrire si pas encore fait) le contenu du Dockerfile que vous avez réaliser pour votre application de MSI

View this question

Décrire ligne par ligne le contenu du Dockerfile suivant :

1) FROM ubuntu:jammy     

2) RUN apt update -y && apt install -y php php-mysql && apt install -y curl

3) COPY ./index.html /var/www/html/index.html

4) CMD apache2ctl -D FOREGROUND

5) EXPOSE 80

View this question

Docker c'est un ...

0%
0%
0%
View this question

Décrire ligne par ligne le contenu du fichier docker-compose.yml suivant :

services:

  postgres:

    container_name: postgres

    image: postgres:latest

    environment:

      - POSTGRES_USER=${POSTGRES_USER}

      - POSTGRES_PASSWORD=${POSTGRES_PW}

      - POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_DB)

    ports:

      - "5432:5432"

    restart: always

  pgadmin:

    container_name: pgadmin

    image: dpage/pgadmin4:latest

    environment:

      - PGADMIN_DEFAULT_EMAIL=${PGADMIN_MAIL}

      - PGADMIN_DEFAULT_PASSWORD=${PGADMIN_PW}

    ports:

      - "5050:80"

    restart: always

View this question

À quoi correspond le DockerHub ?

View this question

Comment se connecter à un conteneur Docker en fonctionnement ?

View this question

Choisissiez dans la liste les mots clés utilisables avec la commande Docker

View this question

Want instant access to all verified answers on moodle.univ-artois.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!