...
Code Block | ||||
---|---|---|---|---|
| ||||
127.0.0.1 aaf.osaaf.org |
Mount the sample to /opt/app/osaaf:
As you can see there is a parameter "CONF_ROOT_DIR" which is set to "/opt/app/osaaf". So we have to create a folder "/opt/app/osaaf" and copy the contents of authz/auth/sample to /opt/app/osaaf
Code Block | ||||
---|---|---|---|---|
| ||||
bharath@bharath:~/authz/auth$ mkdir -p /opt/app/osaaf
bharath@bharath:~/authz/auth$ cp -r sample/* /opt/app/osaaf/ |
Run the docker containers:
...