Question
Arango + docker + Ubuntu
My computer : Windows 10
Dualboot : Windows or Ubuntu 18.04
On Ubuntu I install :
1) Docker with procedure from https://www.digitalocean.com/community/tutorials/comment-installer-et-utiliser-docker-sur-ubuntu-18-04-fr
2) I tape this to connect Docker to Container ArangoDB and to have Client ArangoDB:
sudo docker run -p 8529:8529 -e ARANGOROOTPASSWORD=root arangodb/arangodb :3.3.3
sudo docker ps
sudo docker ps -a
sudo docker start quirkystonebraker (ici c'est l'auteur de la version de ArangoDB)
copier et mettre au niveau de l'URL :http://127.0.0.1 :8529
Ensuite ceci : http://192.168.33.10:8529/db/system/admin/aardvark/index.html
http://192.168.33.10:8529/_db/_system/_admin/aardvark/index.html
BUT IMPOSSIBLE TO HAVE CONNEXION with Webinterface with ArangoDB.
HOW to DO ?
Thanks for your help !!!