Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unable to find docker images locally

ubuntu@ubuntuserver:~$ sudo systemctl daemon-reload 
ubuntu@ubuntuserver:~$ sudo systemctl restart docker
ubuntu@ubuntuserver:~$ sudo systemctl status docker
ubuntu@ubuntuserver:~$ docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
5b0f327be733: Pull complete
Digest: sha256:07d5f7800dfe37b8c2196c7b1c524c33808ce2e0f74e7aa00e603295ca9a0972
Status: Downloaded newer image for hello-world:latest
ubuntu@ubuntuserver:~$ docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
Comment

PREVIOUS NEXT
Code Example
Shell :: how to check user in group linux 
Shell :: bash get last character of string 
Shell :: git pull from commit 
Shell :: Linux command line search and replace string in all files 
Shell :: how to delete command from terminal history 
Shell :: install steghide ubuntu 
Shell :: delete git stash list 
Shell :: install redis windows 10 
Shell :: git merge without commit 
Shell :: sample bash script 
Shell :: get path of command ubuntu 
Shell :: how to install nginx on docker 
Shell :: Ubuntu – Root folder access via gui 
Shell :: nvm install version 
Shell :: chown: invalid user: ‘www-data:www-data’ 
Shell :: install python poetry 
Shell :: merge and delete branch 
Shell :: git flow new feature branch 
Shell :: check gcc version in ubuntu 
Shell :: how to reset local git credentials of android studio 
Shell :: etherum for ubuntu 
Shell :: install trading view on linux 
Shell :: docker run always puull 
Shell :: show ip addr linux 
Shell :: bash parameter 
Shell :: powershell replace and rename file name 
Shell :: how to restart apache ubuntu 
Shell :: push existing repository 
Shell :: install fira code ubuntu 
Shell :: generating a new ssh key 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =