Skip to content
Snippets Groups Projects
Commit 13785221 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Update README.md

parent dfb346c3
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,18 @@ Airports location and size (traffic) in US (BTS) and EU (EUROSTAT).
---
## Use
Connect to the GitLab container registry with privileges for the FACT group:
>docker login -u FACT_token -p glpat-J5_QFJiGwLkfgqJsnU2H registry.git.nilu.no
Run this data service:
>docker run -t -i --name fact_air -e MARIADB_DATABASE=FACT_air -e MYSQL_ROOT_PASSWORD=devops -p 3310:3306 -d registry.git.nilu.no/fact/data/fact_air:0.1
The container makes available a MariaDB instance with the full database on airports and traffic **FACT_population**. It is reachable on port 3310 of the localhost and the root password is 'devops'.
---
## Specifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment