Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge 2: Docker and Flask | Docker for Flask
Docker for Python Developers

bookChallenge 2: Docker and Flask

Task

  • Clone and open the project from the repository;
  • Fill in all '___' gaps in code (in Dockerfile).

    • Use the base Python image version 3.9 "slim" (python:3.9-slim) as it has a smaller footprint, ideal for containers.

    • Set the working directory to /flask-app, where our Flask application will reside.

    • Copy all files from the current directory into the container's working directory.

To check the task, run the command below:

If the command above doesn't work, try inputting this python3 tests/run.py.

  • Build the container:
  • Launch the container (use this command docker run -p 5000:5000 <image_name> ).

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 4

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

Awesome!

Completion rate improved to 5.88

bookChallenge 2: Docker and Flask

Свайпніть щоб показати меню

Task

  • Clone and open the project from the repository;
  • Fill in all '___' gaps in code (in Dockerfile).

    • Use the base Python image version 3.9 "slim" (python:3.9-slim) as it has a smaller footprint, ideal for containers.

    • Set the working directory to /flask-app, where our Flask application will reside.

    • Copy all files from the current directory into the container's working directory.

To check the task, run the command below:

If the command above doesn't work, try inputting this python3 tests/run.py.

  • Build the container:
  • Launch the container (use this command docker run -p 5000:5000 <image_name> ).

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 4
some-alt