docker
, the server advised to install Docker by means of the command sudo apt install docker.io
. This turned out to be a bad advice, because it resulted in a too old version of docker. Instead, I followed the instructions on https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/
for installing docker. The instructions for docker-compose are found on https://docs.docker.com/compose/install/
.which
-command:docker-compose.yml
To get it, I used the wget
command, which gets stuff from the web:http://145.20.188.96/RAP4
.
It took a while to get started, because it was building a fresh database.docker ps
command.