Docker (RPi3B)

Install Docker

curl -sSl https://get.docker.com | sh

sudo usermod -aG docker pi

docker (check that we get output).

Docker Compose

pip3 install docker-compose

(log out and back in)

Install a Docker application

mkdir -p ./DockerContainers//config:/config

cd DockerContainers//

nano docker-compose.yml (and add the config from whatever source shares it online)

docker-compose up -d

docker run cannot be issued twice for the same "thing". docker start is needed subsequently.

See here for details:

=> https://stackoverflow.com/questions/31697828/docker-name-is-already-in-use-by-container

Proxy Information
Original URL
gemini://nuacht.flounder.online/gemlog/2023-07-02-docker.gmi
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
646.054836 milliseconds
Gemini-to-HTML Time
0.448112 milliseconds

This content has been proxied by September (ba2dc).