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
3910114b
Commit
3910114b
authored
Apr 25, 2015
by
Wes Turner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: docs/gsg/docker.md: HTTPS URLS to kubectl
Is there a docker run command to build this?
parent
e061043c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker.md
docs/getting-started-guides/docker.md
+2
-2
No files found.
docs/getting-started-guides/docker.md
View file @
3910114b
...
@@ -26,8 +26,8 @@ docker run -d --net=host --privileged gcr.io/google_containers/hyperkube:v0.14.2
...
@@ -26,8 +26,8 @@ docker run -d --net=host --privileged gcr.io/google_containers/hyperkube:v0.14.2
### Test it out
### Test it out
At this point you should have a running kubernetes cluster. You can test this by downloading the kubectl
At this point you should have a running kubernetes cluster. You can test this by downloading the kubectl
binary
binary
(
[
OS X
](
http://storage.googleapis.com/kubernetes-release/release/v0.14.2/bin/darwin/amd64/kubectl
)
)
(
[
OS X
](
http
s
://storage.googleapis.com/kubernetes-release/release/v0.14.2/bin/darwin/amd64/kubectl
)
)
(
[
linux
](
http://storage.googleapis.com/kubernetes-release/release/v0.14.2/bin/linux/amd64/kubectl
)
)
(
[
linux
](
http
s
://storage.googleapis.com/kubernetes-release/release/v0.14.2/bin/linux/amd64/kubectl
)
)
*Note:*
*Note:*
On OS/X you will need to set up port forwarding via ssh:
On OS/X you will need to set up port forwarding via ssh:
...
...
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