Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

portainer instal

$ 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
Comment

portainer install

docker volume create portainer_data
docker run -d -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
Comment

PREVIOUS NEXT
Code Example
Shell :: bash for-schleife 1 bis 10 
Shell :: cv2 has no attribute videocapture 
Shell :: homebrew postgres 
Shell :: file search linux by text 
Shell :: set all permissions to folder in ubuntu 
Shell :: how to push code on bitbucket 
Shell :: install xcode tools using brew 
Shell :: kill x-server 
Shell :: git access denied 
Shell :: linux opengl 
Shell :: give permission to file ubuntu 
Shell :: remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. 
Shell :: powershell upgrade 
Shell :: driver san francisco ui mode error 
Shell :: windows install chocolatey 
Shell :: Unable to lock directory /var/lib/apt/lists/ 
Shell :: git view remote url 
Shell :: linux see remaining disk space 
Shell :: view git username 
Shell :: sh read file line by line 
Shell :: list directories recursively powershell 
Shell :: create conda env using yml 
Shell :: vokoscreen ubuntu 
Shell :: fly destroy pipeline 
Shell :: django fake initial migration 
Shell :: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager. 
Shell :: windows security not opening windows 11 
Shell :: change git remote 
Shell :: how to convert ui to py pyside2 
Shell :: powershell download a file from url 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =