Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker script install

# # For quick & easy docker install:

# Get the install script file
curl -fsSL https://get.docker.com -o get-docker.sh

# Run the script
sh get-docker.sh
Source by get.docker.com #
 
PREVIOUS NEXT
Tagged: #docker #script #install
ADD COMMENT
Topic
Name
9+9 =