You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.1 KiB

ascii-art-web-dockerize

Objectives

You must follow the same instructions as the first subject, ascii-art-web.

  • For this project you must create at least :
    • one image/Dockerfile
    • one container

This project will help you learn about :

  • Client utilities.
  • The basics of web :
    • Server
    • HTML
    • HTTP
  • Ways to receive data.
  • Ways to output data.
  • Learning what is docker.
  • Using and setting up Docker :
    • Services and dependencies.
    • Containerizing an application.
    • Compatibility/Dependency.
    • Creating images.

Instructions

  • The web server must be created in Go.
  • The code must respect the good practices.
  • Your Dockerfile must respect the Dockerfile good practices.
  • The project must have files written in HTML.
  • You must use Docker.

Usage