Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Add some documentation about experiment build.
Browse files Browse the repository at this point in the history
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
  • Loading branch information
silvin-lubecki committed Nov 12, 2018
1 parent 68b7ccc commit d70413d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,17 @@ $ source <(docker-app completion zsh)
Set the docker-app completion code for zsh to autoload on startup in your ~/.zshrc
```sh
source <(docker-app completion zsh)
```
```

## Experimental

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!

### How to build your own experimental binary

```console
$ make EXPERIMEMTAL=on bin/docker-app
$ ./bin/docker-app version
...
Experimental: on
```

0 comments on commit d70413d

Please sign in to comment.