Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker pull command

docker pull ubuntu:14.04

docker pull ubuntu
docker pull fedora

NOTE:
Docker Hub contains many pre-built images that you can pull
docker pull <Image>:<tag>
docker pull <Image>
Comment

Docker Pull

┌──(kali㉿kali)-[~]
└─$ docker pull kalilinux/kali-rolling

┌──(kali㉿kali)-[~]
└─$

┌──(kali㉿kali)-[~]
└─$ docker run --tty --interactive kalilinux/kali-rolling /bin/bash

┌──(root㉿e4ae79503654)-[/]
└─#

┌──(root㉿e4ae79503654)-[/]
└─# exit

┌──(kali㉿kali)-[~]
└─$
Comment

PREVIOUS NEXT
Code Example
Shell :: how to clone a private repo 
Shell :: git stage all 
Shell :: handle git diverged 
Shell :: nuxt 3 install 
Shell :: how to integrate bash with vscode 
Shell :: git apply diff 
Shell :: git clone specific version 
Shell :: how to delete a word from a bash file 
Shell :: add group docker compose 
Shell :: install ssl certificate on aws ec2 instance ubuntu 
Shell :: sudo: command not found 
Shell :: git pull with username and password linux 
Shell :: ubuntu activate network interface on boot 
Shell :: Git create a new repository on the command line 
Shell :: python libraries for game development 
Shell :: bash: /usr/local/bin/firebase: Permission denied 
Shell :: how to install spotify in ubuntu 
Shell :: flutter step to release appbundle 
Shell :: create zip file command line 
Shell :: boostrap install 
Shell :: where to find files in WSL unbuntu home directory on windows 
Shell :: git recover deleted file 
Shell :: test ssh connection for github 
Shell :: install kubernetes linux 
Shell :: create requirements file from project add them to poetry dependency 
Shell :: uninstall kubeadm 
Shell :: Bash dir in loop 
Shell :: install mongodb ubuntu 
Shell :: time command windows 
Shell :: imagemagick compare pdf 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =