mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add script upload instructions
This commit is contained in:
parent
f90f6a0b92
commit
b728c1a81f
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
# This script is meant for quick & easy install via 'curl URL-OF-SCRIPT | sh'
|
||||
# Courtesy of Jeff Lindsay <progrium@gmail.com>
|
||||
# Original version by Jeff Lindsay <progrium@gmail.com>
|
||||
# Revamped by Jerome Petazzoni <jerome@dotcloud.com>
|
||||
#
|
||||
# This script canonical location is http://get.docker.io/; to update it, run:
|
||||
# s3cmd put -m text/x-shellscript -P install.sh s3://get.docker.io/index
|
||||
|
||||
echo "Ensuring basic dependencies are installed..."
|
||||
apt-get -qq update
|
||||
|
@ -47,5 +51,5 @@ fi
|
|||
echo "Starting dockerd..."
|
||||
start dockerd > /dev/null
|
||||
|
||||
echo "Finished!"
|
||||
echo "Done."
|
||||
echo
|
||||
|
|
Loading…
Add table
Reference in a new issue