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 :: linux c programming for loop 
Shell :: block bench download linux command 
Shell :: cloudflare localhost tunnel 
Shell :: maven archetype magnilia 
Shell :: mv selected directory 
Shell :: Wallpaper kali 
Shell :: output file contents linux 
Shell :: multipass snap 
Shell :: how to map my ctrl key to CAPS key in vim linux 
Shell :: sh add 
Shell :: bash command to pretty print directory 
Shell :: ldocker comand list of images 
Shell :: ansible-playbook limit tag 
Shell :: unorm npm 
Shell :: xdg_config_dirs set incorrectly 
Shell :: adding file system to a volume 
Shell :: install react-livechat 
Shell :: how to show freeswitch registrations from fs_cli 
Shell :: how to undo a commit sent that was pushed and keep local changes 
Shell :: How install CoolTerm on Linux? 
Shell :: can you upgrade processort without reinstalling proxmox 
Shell :: instalar conky manager ubuntu 18.04 
Shell :: install slurm debian 
Shell :: sDepends: libgcc-s1 (= 3.0) but it is not installable 
Shell :: how to parse command value in powershell 
Shell :: ip address regex validate cmd 
Shell :: how to collect values from each iteration of a loop and save them bash 
Shell :: unix encoding notepadd++ 
Shell :: github parent organization 
Shell :: cron cheatsheat 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =