Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

enable docker api

# Edit this config file to enable doocker Api
# /lib/systemd/system/docker.service
# Find the line which starts with ExecStart and adds -H=tcp://0.0.0.0:2375 
#to make it look like
ExecStart=/usr/bin/dockerd -H=fd:// -H=tcp://0.0.0.0:2375
#Reload the docker daemon and Reload docker service
systemctl daemon-reload; sudo systemctl restart docker
Comment

PREVIOUS NEXT
Code Example
Shell :: linux back cd 
Shell :: java to jar 
:: npm morgan install 
Shell :: git commit example 
:: find and kill process 
:: get filename from path powershell 
Shell :: shell script to reindex elasticsearch 
Shell :: create new branch from commit 
Shell ::  
:: linux dd show progress 
:: how to add a gif to a readme 
Shell ::  
Shell :: how to download youtube videos in ubuntu 20.04 
Shell :: cuda driver install in ubuntu 
Shell ::  
Shell :: git archive 
Shell :: all git commands 
Shell :: rsync only updated files 
Shell :: git exclude some files from git commit 
Shell :: install packages from pipfile 
::  
:: npm install xlsx 
:: install aws cli v2 on mac 
::  
Shell :: create scheduled task via powershell scheduled reboot 
Shell :: reload .bashrc 
Shell :: install lutris ubuntu 
::  
:: remove mongo lock file from centos 7 
:: download ubuntu 16.04 iso 64-bit 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =