How to use Ngrok with docker, multiple tunnels, ssh to local VMs

Поделиться
HTML-код
  • Опубликовано: 10 фев 2023
  • In my previous video ( • How to use docker and ... ) I've shown you how to use cloudflare tunnel to expose local service to the internet via docker.
    If you do not have your own domain, you can use cloudflare tunnel and you can use Ngrok instead.
    In today's video, I will walk you through some basics of using Ngrok with docker.
    You can find related blog post on tech.aufomm.com
  • НаукаНаука

Комментарии • 10

  • @jvrietveld
    @jvrietveld Год назад +3

    Thank you for showing the option for ngrok and the extense documentation on your blog. I enjoyed it before when starting with Traefik. I wish you a million subscribers and more.

    • @liyangau
      @liyangau  Год назад

      Hi Johan, thank you for the kind words. I am glad you enjoyed it!

  • @donttouchme4096
    @donttouchme4096 Год назад

    hope, you'll get more subs

  • @MauraYang1829
    @MauraYang1829 Год назад +1

    very helpful video, keep it up~~

  • @peterhandjojo3579
    @peterhandjojo3579 11 месяцев назад

    Thank you for the detail instructions. However, when I tried to use micro command on ngrok.yaml I got "-sh: micro: command not found" can you please advise? I tried to run ngrok on my synology NAS. Thank you

    • @liyangau
      @liyangau  11 месяцев назад

      micro is the editor I use. You can use other editors like vi, nano.

    • @peterhandjojo3579
      @peterhandjojo3579 11 месяцев назад

      @@liyangau Got it. I also notice on the docker run command for network you create new network name ngrok, but what if I want to use default network or using same as docker host? because when I tried to open tunnel as your example using ngrok network that we create, my ngrok tunnel page doesn't show any agent enable. but on the docker using docker ps command it show the ngrok start an running. Sorry, i'm new to this ssh command. Thank you

    • @liyangau
      @liyangau  11 месяцев назад

      ​@@peterhandjojo3579 I used ngrok network because I like to segregate different components in different docker networks. It is perfectly fine to use the default docker network as long as ngrok container can access the service you want to expose.
      Also please don't be sorry for asking questions. It is my pleasure to help.
      Have a good day.

  • @user-zj2uz6uh2u
    @user-zj2uz6uh2u 5 месяцев назад

    what terminal u use btw?

    • @liyangau
      @liyangau  5 месяцев назад

      I use alacritty