You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
An *experimental* utility to help make Compose files more reusable and sharable.
4
4
5
-
6
5
## The problem application packages solve
7
6
8
7
Compose files do a great job of describing a set of related services. Not only are Compose files easy to write, they are generally easy to read as well. However, a couple of problems often emerge:
@@ -234,6 +233,7 @@ We have lots of ideas for making Compose-based applications easier to share and
234
233
* Saving required images into the application artifact to support offline installation
235
234
* Signing applications with notary
236
235
236
+
If you're interested in contributing to the project, jump to [BUILDING.md](BUILDING.md) and [CONTRIBUTING.md](CONTRIBUTING.md).
Some commands are flagged as experimental and will remain in this state until they mature. These commands are only accessible using an experimental binary. Feel free to test these commands and give us some feedback!
303
303
304
-
### How to build your own experimental binary
305
-
306
-
```console
307
-
$ make EXPERIMEMTAL=on bin/docker-app
308
-
$ ./bin/docker-app version
309
-
...
310
-
Experimental: on
311
-
```
304
+
See [BUILDING.md/Experimental](BUILDING.md#experimental).
0 commit comments