Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 752 Bytes

File metadata and controls

27 lines (20 loc) · 752 Bytes

Project tasks

  • This file contains the tasks for the project.
Docker
  • Create a simple docker project with a single container that runs a simple web server.
    • Create a project skeleton
    • Explain the main commands of Docker file
    • Create a Docker file
    • Create a Docker ignore file
    • Create a Docker Compose file
    • Add Service to docker compose file
    • Add network to docker compose file
    • Add volume to docker compose file
    • Create github action for build and pushing the image to docker hub
    • Create a detailed README.md file for the Docker labs
Git
  • Create script for working on multiple branches