Published a year ago
Published a year ago
root@idk
Updated 2 years ago
0
Naldela Teleyal
Updated 2 years ago
What architecture are you using? AMD64, ARM, ARM64?
Naldela Teleyal
Updated 2 years ago
0
Have you tried to enter /data/safeline, as it looks like it is already created and the files are downloaded, and tried docker compose up ?
root@idk
Updated 2 years ago
0
yeah
Naldela Teleyal
Updated 2 years ago
0
Are you using docker from the Debian repositories, or do you use the docker repositories?
root@idk
Updated 2 years ago
0
I use your's repo
root@idk
Updated 2 years ago
0
In installer
Naldela Teleyal
Updated 2 years ago
0
Edited
First you need to add the official Docker repositories
# Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
# Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
Naldela Teleyal
Updated 2 years ago
0
Then install the packages: sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
root@idk
Updated 2 years ago
ah
root@idk
Updated 2 years ago
0
root@idk
Updated 2 years ago
0
root@idk
Updated 2 years ago
0
one sec