DiSSCo / SDR

Specimen Data Refinery
Apache License 2.0
6 stars 0 forks source link

Install Docker on sdr.nhm.ac.uk #35

Closed benscott closed 2 years ago

benscott commented 2 years ago

Docker needs to be installed on sdr.nhm.ac.uk

PaulBrack commented 2 years ago

Installed.

you can test using the following command: docker run hello-world

You might get the following error: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock..........

If so, please run the following command then log back out and back in: sudo usermod -aG docker ${USER}

@benscott am leaving this issue open for you to test if required

PaulBrack commented 2 years ago

Closing as @benscott has deployed Docker tooling