Quantcast
Channel: Containers
Viewing all articles
Browse latest Browse all 64

How I build my personal website using containers with a Makefile

$
0
0

The make utility and its related Makefile have been used to build software for a long time. The Makefile defines a set of commands to run, and the make utility runs them. It is similar to a Dockerfile or Containerfile—a set of commands used to build container images.


Viewing all articles
Browse latest Browse all 64

Trending Articles