Skip to content

Commit a6961d4

Browse files
fix(post): Added docker links
1 parent 06afc8b commit a6961d4

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

_posts/2020-04-19-docker-rancher-kubernetes.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ If you want to set up Kubernetes at home using Rancher to run Docker containers,
1212

1313
[Watch Video](https://www.youtube.com/watch?v=oILc0ywDVTk)
1414

15-
See all the hardware I recommend at <https://l.technotim.live/gear>
15+
## Install Docker
16+
17+
To install docker, see [https://docs.technotim.live/posts/docker-compose-install/](https://docs.technotim.live/posts/docker-compose-install/)
1618

19+
See all the hardware I recommend at <https://l.technotim.live/gear>
1720

1821
The two paths in the workload configuration need to be reversed:
19-
- `Path on the Node` should be `mc`
20-
- `Mount Point` should be `/data`
22+
23+
- `Path on the Node` should be `mc`
24+
- `Mount Point` should be `/data`
2125

2226
You'll want to use a command similar to this so that there aren't any port conflicts with other services or kubernetes itself.
2327

@@ -29,10 +33,9 @@ docker run -d --restart=unless-stopped -p 9090:80 -p 9091:443 --privileged -v /o
2933

3034
## Troubleshooting
3135

32-
* Make sure you have a static IP on your Rancher host
33-
* Be sure to use the ports above if you want to add SSL later and use commands in future videos
34-
* The new UI is now the "Cluster Explorer". You can toggle between this and the "Cluser Manager" UI by clicking the button.
35-
* Do not create workloads in the `local` cluster. This is a management cluster for Rancher. You should create new cluster for your workload, just like in this video.
36+
- Make sure you have a static IP on your Rancher host
37+
- Be sure to use the ports above if you want to add SSL later and use commands in future videos
38+
- The new UI is now the "Cluster Explorer". You can toggle between this and the "Cluser Manager" UI by clicking the button.
39+
- Do not create workloads in the `local` cluster. This is a management cluster for Rancher. You should create new cluster for your workload, just like in this video.
3640

3741
Don't forget to check out the [🚀Launchpad repo](https://l.technotim.live/quick-start) with all of the quick start source files.
38-

_posts/2022-02-26-custom-docker-image.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ See all the hardware I recommend at <https://l.technotim.live/gear>
1616

1717
Don't forget to check out the [🚀Launchpad repo](https://l.technotim.live/quick-start) with all of the quick start source files
1818

19-
2019
## Install Docker
2120

2221
To install docker, see [https://docs.technotim.live/posts/docker-compose-install/](https://docs.technotim.live/posts/docker-compose-install/)
2322

24-
2523
## Docker commands
2624

2725
[Source files](https://github.com/techno-tim/launchpad/tree/master/docker/custom-image)

0 commit comments

Comments
 (0)