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

Update README.md

parent 846a54d1
No related branches found
No related tags found
1 merge request!1New branch with fixed history
...@@ -2,6 +2,18 @@ ...@@ -2,6 +2,18 @@
Sea and inland waters ports location and tonnage in Europe and US. Sea and inland waters ports location and tonnage in Europe and US.
--- ---
## Use ## 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_ports -e MARIADB_DATABASE=FACT_ports -e MYSQL_ROOT_PASSWORD=devops -p 3312:3306 -d registry.git.nilu.no/fact/data/fact_ports:0.1
The container makes available a MariaDB instance with the full database on sea and inland waters ports **FACT_ports**. It is reachable on port 3312 of the localhost and the password is 'devops'.
--- ---
## Specifications ## 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