Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker starting forever

wsl --unregister docker-desktop
wsl --unregister docker-desktop-data
Comment

docker make container run forever

sudo docker run -d --restart always cont-name image-name:image-version
Comment

make docker container run forever

$ sudo docker run busybox sleep infinity
Comment

PREVIOUS NEXT
Code Example
Shell :: how to use f12 
Shell :: linux get date yyyymmdd 
Shell :: set ADS content 
Shell :: why is gitlens not working on vscode 
Shell :: vmware workstation merge vmdk files 
Shell :: force delete a branch in git 
Shell :: rsync --iinclude 
Shell :: install to current directory pip 
Shell :: aircrack-ng rtl8812au 
Shell :: recursively remove files with extension linux 
Shell :: delete folder from github repository 
Shell :: git set alias 
Shell :: can we declare state outside the class 
Shell :: yarn create chrome extension with react and typescript 
Shell :: update cargo 
Shell :: install haskell stack 
Shell :: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) 
Shell :: usb sound card not working ubuntu 
Shell :: how to update alias in linux 
Shell :: create folder shortcut on desktop ubuntu 
Shell :: git file line history 
Shell :: nginx: invalid option: "restart" 
Shell :: git clean 
Shell :: How to change tab size on GitHub? 
Shell :: get y.output file yacc remove shift reduce conflict 
Shell :: reset iis 
Shell :: get linux distro from terminal 
Shell :: your github oauth token for github.com contains invalid characters 
Shell :: list devices in network 
Shell :: react native run android shows deprecated items 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =