Tag: container

  • Simple static site in Docker container

    Simple static site in Docker container

    Sometimes you just need the simplest possible example of a static website running inside a Docker container in order to demo something. How do you create a simple static HTML site in a Docker container? Like this: Create a simple static website. Create a folder named ‘src’ somewhere on your drive. Then add a file…