Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wsl install portainer

# First, create the volume that Portainer Server will use to store its database:
$ docker volume create portainer_data
# Then, download and install the Portainer Server container:
$ docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data cr.portainer.io/portainer/portainer-ce:2.9.3
Comment

PREVIOUS NEXT
Code Example
Shell :: how to write red text in readme in github 
Shell :: git submodule update init no url found 
Shell :: bash only start a service if not running 
Shell :: dokcer not working 
Shell :: generate angular unit test automatically 
Shell :: mac terminal command suggestion history 
Shell :: install az cli wsl 
Shell :: How to show date and complete time on the Ubuntu Top Panel 
Shell :: get pid of proccess 
Shell :: bash pid background process 
Shell :: bash use variable in string 
Shell :: microstack.openstack to openstack 
Shell :: conEMU alias / 
Shell :: where do you install composer 
Shell :: git remote add origin 
Shell :: powershell add to list 
Shell :: mac theme ubuntu terminal 
Shell :: zsh slow cd 
Shell :: get file until match without including 
Shell :: how to exit vi in linux 
Shell :: git remove all changes 
Shell :: how to checkout a remote branch in git 
Shell :: heroku clone database local 
Shell :: install zeek on ubuntu 18.04 
Shell :: terminal mkv to mp4 
Shell :: Why double tapping icon doesnt minimize in ubuntu 
Shell :: hadoop delete directory without url 
Shell :: linux bash test connection to host and port 
Shell :: windows powershell mkdir multiple directories 
Shell :: How to remove a directory from git repository? 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =