More on clixon base container on Alpine
This commit is contained in:
parent
973e5d7507
commit
f02310dcef
7 changed files with 62 additions and 13 deletions
|
|
@ -59,12 +59,17 @@ Define a valid CLICON_SOCK_GROUP in the config file or via the -g option
|
|||
or create the group and add the user to it. The default group is 'clicon'.
|
||||
Add yourself and www-data, if you intend to use restconf.
|
||||
|
||||
On linux:
|
||||
Using groupadd and usermod:
|
||||
```
|
||||
sudo groupadd clicon
|
||||
sudo groupadd clicon #
|
||||
sudo usermod -a -G clicon <user>
|
||||
sudo usermod -a -G clicon www-data
|
||||
```
|
||||
Using addgroup and adduser (eg on busybox):
|
||||
```
|
||||
sudo addgroup clicon
|
||||
sudo adduser <user> clicon
|
||||
```
|
||||
(you may have to restart shell)
|
||||
|
||||
Verify:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue