Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ ek configure
ek run -- your-command
```

## Docker and dev containers

`ek login` uses a device verification URL, so the browser can run on your host while the CLI runs in a container. If the URL cannot open automatically, open the printed URL and approve the matching code.

The CLI uses the OS keyring when available and otherwise stores credentials in `~/.enkryptify/secure-store.json` with owner-only permissions. Mount `~/.enkryptify` into the container to preserve login and configuration between rebuilds, or set `ENKRYPTIFY_STORE_PATH` to a mounted file path.

## Documentation

For usage guides, command reference, and configuration: **[docs.enkryptify.com](https://docs.enkryptify.com)**
Expand Down
Loading
Loading