containers / containers/bubblewrap

Add shorthand to value of --bind parameters

Open
#178 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
8.7k
Forks
386
Avg merge
3d 17h
Merged PRs (30d)
11

Description

Now we write something like:
```
--ro-bind $HOME/.Xauthority $HOME/.Xauthority \
--ro-bind $HOME/Desktop $HOME/Desktop \
```
So, could you make working with, for example, asterisk, to bind to the same path.
```
--ro-bind $HOME/.Xauthority * \
--ro-bind $HOME/Desktop * \
```
Or even without everything:
```
--ro-bind $HOME/.Xauthority \
--ro-bind $HOME/Desktop \
```

Tons of thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.