Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d70413d

Browse files
Add some documentation about experiment build.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 68b7ccc commit d70413d

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,17 @@ $ source <(docker-app completion zsh)
295295
Set the docker-app completion code for zsh to autoload on startup in your ~/.zshrc
296296
```sh
297297
source <(docker-app completion zsh)
298-
```
298+
```
299+
300+
## Experimental
301+
302+
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+
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+
```

0 commit comments

Comments
 (0)