Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker config insecure regis

To add an insecure docker registry, add the file /etc/docker/daemon.json with the following content:

{
    "insecure-registries" : [ "hostname.cloudapp.net:5000" ]
}
Comment

PREVIOUS NEXT
Code Example
Shell :: git change remote branch name 
Shell :: echo or cat into multiple files 
Shell :: connect to specific wifi decive fedora 
Shell :: install neovim ubuntu 
Shell :: ubuntu export path 
Shell :: delete local branch git 
Shell :: how to open pdf from ubuntu terminal 
Shell :: npm three 
Shell :: git all branches 
Shell :: kill port from terminal on mac 
Shell :: Undo commit and keep all files staged 
Shell :: golang hot reload 
Shell :: windows show proxy settings 
Shell :: dynamodb local how to delete table 
Shell :: Failed to start firewalld - dynamic firewall daemon. 
Shell :: git keeps changed file when switching to different branch 
Shell :: wslconfig 
Shell :: replace first occurence of substring 
Shell :: linux list top cpu processes 
Shell :: ubuntu shell touch multiple files 
Shell :: How to download git for linux and unix 
Shell :: how to abort a rebase 
Shell :: how to delete a non empty directory in linux 
Shell :: find process on linux 
Shell :: how to rename folder in cmd 
Shell :: git bash anaconda 
Shell :: github jabba 
Shell :: git remove file from history 
Shell :: double quotes inside double quotes bash 
Shell :: Stack found this candidate but arguments dont match 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =