Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/radar-docker install error on AWS EC2 server instance #244

Open
PoojithaDugyala opened this issue Apr 2, 2021 · 1 comment
Open

Comments

@PoojithaDugyala
Copy link

Radar-base stores volumes at /usr/local/var/lib/docker. If this folder doesn't exist, please create the entire path then try again.

I'm getting this error when running the docker install, and also it says I do not have permission to create a folder when trying to create the path. could you please help.

$ bin/radar-docker install
OS version: Linux ip-172-31-85-98.ec2.internal 4.14.225-169.362.amzn2.x86_64 #1 SMP Mon Mar 22 20:14:50 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
docker version: Docker version 19.03.13-ce, build 4484c46
docker-compose version: docker-compose version 1.21.0, build 5920eb0
Copying configuration file etc/managementportal/config/oauth_client_details.csv from template etc/managementportal/config/oauth_client_details.csv.template
Copying configuration file etc/mongodb-connector/sink-mongo.properties from template etc/mongodb-connector/sink-mongo.properties.template
Copying configuration file etc/hdfs-connector/sink-hdfs.properties from template etc/hdfs-connector/sink-hdfs.properties.template
Copying configuration file etc/rest-api/radar.yml from template etc/rest-api/radar.yml.template
Copying configuration file etc/webserver/ip-access-control.conf from template etc/webserver/ip-access-control.conf.template
Copying configuration file etc/webserver/optional-services.conf from template etc/webserver/optional-services.conf.template
Copying configuration file etc/fitbit/docker/source-fitbit.properties from template etc/fitbit/docker/source-fitbit.properties.template
Copying configuration file etc/rest-source-authorizer/rest_source_clients_configs.yml from template etc/rest-source-authorizer/rest_source_clients_configs.yml.template
Copying configuration file etc/hdfs-restructure/restructure.yml from template etc/hdfs-restructure/restructure.yml.template
Copying configuration file etc/webserver/nginx.conf from template etc/webserver/nginx.conf.template
RADAR-base stores volumes at /usr/local/var/lib/docker. If this folder does not exist, please create the entire path and then try again

@guilhermecampello
Copy link

You should navigate to the root folder of your instance(type cd .. until it doesn't goes back anymore) and then create this path(/usr/local/var/lib/docker) using mkdir for every necessary directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants