fix
This commit is contained in:
parent
a6aaba159b
commit
bac3c75a95
@ -25,11 +25,11 @@ dpkg -i /tmp/minikube_latest_amd64.deb
|
|||||||
rm /tmp/minikube_latest_amd64.deb
|
rm /tmp/minikube_latest_amd64.deb
|
||||||
|
|
||||||
#Install httpie
|
#Install httpie
|
||||||
apt -y install httpie
|
apt -y install httpie jq
|
||||||
|
|
||||||
#Install Portainer
|
#Install Portainer
|
||||||
docker volume create portainer_data
|
docker volume create portainer_data
|
||||||
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce &
|
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
|
||||||
|
|
||||||
#Add the portainer user to the docker group
|
#Add the portainer user to the docker group
|
||||||
usermod -aG docker portainer
|
usermod -aG docker portainer
|
||||||
|
Loading…
Reference in New Issue
Block a user