Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
01aac19d
Commit
01aac19d
authored
Sep 01, 2015
by
Daniel Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13312 from kelcecil/kube-help-correction
Fix docker-machine typo in daemon help
parents
10efd980
12647523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common.sh
build/common.sh
+1
-1
No files found.
build/common.sh
View file @
01aac19d
...
...
@@ -219,7 +219,7 @@ function kube::build::ensure_docker_daemon_connectivity {
echo
"Possible causes:"
echo
" - On Mac OS X, DOCKER_HOST hasn't been set. You may need to: "
echo
" - Create and start your VM using docker-machine or boot2docker: "
echo
" - docker-machine create -
f <provid
er> kube-dev"
echo
" - docker-machine create -
d <driv
er> kube-dev"
echo
" - boot2docker init && boot2docker start"
echo
" - Set your environment variables using: "
echo
" - eval
\$
(docker-machine env kube-dev)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment