mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Polish instructions a little bit.
This commit is contained in:
parent
ab4fb9bbfa
commit
bfee2c726e
2 changed files with 12 additions and 1 deletions
11
make.sh
11
make.sh
|
@ -121,6 +121,17 @@ main() {
|
|||
bundle_binary
|
||||
bundle_ubuntu
|
||||
#bundle_test
|
||||
cat <<EOF
|
||||
###############################################################################
|
||||
Now run the resulting image, making sure that you set AWS_S3_BUCKET,
|
||||
AWS_ACCESS_KEY, and AWS_SECRET_KEY environment variables:
|
||||
|
||||
docker run -e AWS_S3_BUCKET=get-staging.docker.io \\
|
||||
AWS_ACCESS_KEY=AKI1234... \\
|
||||
AWS_SECRET_KEY=sEs3mE... \\
|
||||
image_id_or_name
|
||||
###############################################################################
|
||||
EOF
|
||||
}
|
||||
|
||||
main
|
||||
|
|
|
@ -74,7 +74,7 @@ release_ubuntu() {
|
|||
# Add the following to /etc/apt/sources.list
|
||||
deb $(s3_url $BUCKET)/ubuntu docker main
|
||||
EOF
|
||||
echo "APT repository uploaded to http:. Instructions available at $(s3_url $BUCKET)/ubuntu/info"
|
||||
echo "APT repository uploaded. Instructions available at $(s3_url $BUCKET)/ubuntu/info"
|
||||
}
|
||||
|
||||
# Upload a static binary to S3
|
||||
|
|
Loading…
Add table
Reference in a new issue