Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixManAtYrService authored Nov 6, 2020
1 parent 79c7fdd commit 6b87d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Lifecycle Snapshots

**Warning:** The pattern explained below aims to solve the same problems that [docker multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/) does. Multi-stage builds didn't exist at the time. Nowadays you're probably better off using that feature instead.

This repo is a template for using docker to build software in containers. It builds [a fancy hello world implementation](https://github.com/MatrixManAtYrService/hello-cpp-linwin). The build proceeds in four lifecycle snapshots:
- Run
- Develop
Expand Down

0 comments on commit 6b87d67

Please sign in to comment.