Add docker permisssion instruction to user guide
This commit is contained in:
@@ -46,6 +46,13 @@ Docker compose and docker are extensively used in the installation and running o
|
|||||||
|
|
||||||
- Atleast four virtual servers (EC2 instances) configured on the cloud provider with administrator login (e.g. ssh access) to them.
|
- Atleast four virtual servers (EC2 instances) configured on the cloud provider with administrator login (e.g. ssh access) to them.
|
||||||
- Access to domain name management with ability to create domain-name/subdomains for each of the components.
|
- Access to domain name management with ability to create domain-name/subdomains for each of the components.
|
||||||
|
- Run the following two commands on all machines where the script is being run for the first time. Login to a new shell for the command to take effect and continue with the installation. Not doing so will result in docker permisssion error
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo groupadd docker
|
||||||
|
sudo usermod -aG docker $USER
|
||||||
|
```
|
||||||
|
|
||||||
- Each of the various sections below list additional pre-requisites which build on these.
|
- Each of the various sections below list additional pre-requisites which build on these.
|
||||||
|
|
||||||
### Setting up a new network - Registry
|
### Setting up a new network - Registry
|
||||||
|
|||||||
2164
layer2/samples/retail_1.1.0_1.1.0.yaml
Normal file
2164
layer2/samples/retail_1.1.0_1.1.0.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user