-
Notifications
You must be signed in to change notification settings - Fork 31
Docker build on an raw Ubuntu Machine on Microsoft Azure
Renan Xavier Cortes edited this page Aug 1, 2019
·
8 revisions
Installed docker following https://phoenixnap.com/kb/how-to-install-docker-on-ubuntu-18-04
git clone https://github.com/spatialucr/geosnap.git
Navigate inside geosnap directory.
sudo apt-get install build-essential
Now you can use the 'make' command.
sudo make container
Add the user of the image (jovyan) to the 'docker' group: https://techoverflow.net/2017/03/01/solving-docker-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket/
This step is necessary since otherwise only the repo works
would appear.
Needs to log out and log in in the Virtual Machine.
make cli
python
import geosnap