Skip to content

Commit

Permalink
Add container and context level
Browse files Browse the repository at this point in the history
  • Loading branch information
r00tmeister committed Aug 7, 2024
1 parent 2ea8518 commit 2ed3e10
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added docs/public/container.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/trd/container-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In the C4 model, a container represents an application or a data store. A container is something that needs to be running in order for the overall software system to work. In real terms, a container is something like:

![Context Level](../public/container-level.png)
![Context Level](../public/container.png)

## External containers

Expand Down
2 changes: 1 addition & 1 deletion docs/trd/context-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A software system is the highest level of abstraction and describes something that delivers value to its users, whether they are human or not. This includes the software system you are modelling, and the other software systems upon which your software system depends (or vice versa).

![Context Level](../public/context-level.png)
![Context Level](../public/context.png)

0 comments on commit 2ed3e10

Please sign in to comment.