Commit 799e5c6
committed
Fix local extension development
Due to a Docker Desktop issue (docker/extensions-sdk#215), all local
extension containers need to have a namespace prefix before a slash (eg.
tailscale/my-extension). Failure to do so can cause issues when trying
to remove extensions.
While the bug might be fixed, it seems like this prefix is recommended
anyways, so we'll keep it around for the long term.1 parent 183c155 commit 799e5c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments