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 
Shell :: npm morgan install 
Shell :: how to restart x window manager in ubuntu 18.04 
Shell :: install notion enhancer 
Shell :: change git username and email 
Shell :: linux killall python 
Shell :: git clone tag 
Shell :: linux distros 
Shell :: subl command not found mac 
Shell :: how to install deb package with apt 
Shell :: flask install venv 
Shell :: how to undo a local commit 
Shell :: git update gitignore remove files 
Shell :: check .conf file error apache 
Shell :: how to revert a merge locally 
Shell :: how to WSL2 
Shell :: afficher le contenu de la variable path 
Shell :: ngrok with docker-compose 
Shell :: npm dotenv 
Shell :: windows could not start the apache 2.4 on local computer 
Shell :: compress a folder in ubuntu 
Shell :: portainer install 
Shell :: iptables remove docker rules 
Shell :: git push an existing repository from the command line 
Shell :: bash count lines 
Shell :: how to install a library in anaconda 
Shell :: split string and create array bash 
Shell :: github add directory to repository 
Shell :: git push to remote 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =