added libseccomp2 install

This commit is contained in:
Hector FROHLICH CORTEZ 2021-09-16 23:05:00 +02:00
parent 34b3d65780
commit 9e11e79a73
1 changed files with 12 additions and 1 deletions

View File

@ -15,6 +15,10 @@ sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release
mkdir $HOME/dev/scripts/install
cd $HOME/dev/scripts/install
wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.4.4-1~bpo10+1_armhf.deb
sudo dpkg -i libseccomp2_2.4.4-1~bpo10+1_armhf.deb
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
@ -23,4 +27,11 @@ sudo usermod -aG docker $USER
# setup portainer
sudo docker pull portainer/portainer:linux-arm
sudo docker run --restart always -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer:linux-arm
sudo docker run --restart always -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer:linux-arm
cd $HOME/dev/scripts/install
yourIpAddress=$(hostname -I | cut -f1 -d' ')
echo Visit http://$yourIpAddress:9090 and finish configuring portainer. Configure admin user and choose local