Make Docker easier with Makefiles! •

Поделиться
HTML-код
  • Опубликовано: 17 май 2023
  • Make Docker easier with Makefiles! In this video, we'll walk you through how to use makefiles with docker to automate your workflow.
    Docker is a great tool for automating your devops processes, but it can be a bit tricky to use! In this video, I'll show you how to use makefiles with docker to make your workflows more streamlined and easier to follow. By the end of this video, you'll be able to use makefiles with docker to automate your docker workflow!
    I cover how to install make on this related blog article: brianmorrison.me/blog/streaml...
    🔴 Subscribe today!
    / @brianmmdev
    👋 Connect w/me:
    ▪ Twitter: / brianmmdev
    ▪ Website: brianmorrison.me
    ▪ Twitch: / brianmmdev
    __________________________________________
    🖥 My Rig
    ▪ CoolerMaster MB511: amzn.to/2AZfPUc
    ▪ GIGABYTE X570 AORUS Elite Wifi: amzn.to/2AZijlt
    ▪ Sabrent 1TB Rocket: amzn.to/316zIDy
    ▪ Corsair Vengeance RGB Pro 64GB: amzn.to/3epbybf
    ▪ AMD Ryzen 9 3900X: amzn.to/2CxwYov
    ▪ ASUS ROG STRIX GeForce GTX 1080: amzn.to/3hYuEar
    __________________________________________
    🎥 Streaming Gear
    ▪ SteelSeries Arctis 7: amzn.to/3hOUpJX
    ▪ Elgato Game Capture HD60 Pro: amzn.to/2V8nTc8
    ▪ Logitech C922x Pro Stream: amzn.to/2V7PKZY
    ▪ TaoTronics Camera Light: amzn.to/37QI4Ax
    ▪ InnoGear Microphone Arm: amzn.to/37Ql8Bk
    ▪ Audio-Technica AT2005USB: amzn.to/3ajIuRh
    __________________________________________
    ⏯ My Coding Series'
    ▪ Coding NodeJS APIs: • Coding NodeJS APIs
    ▪ Coding Discord Bots: • Coding Discord Bots
    __________________________________________
    📚 Other Excellent Learning Resources
    ▪ freeCodeCamp: www.freecodecamp.org/
    Please note that links in this description may or may not be affiliate links, where I make a small commission if used.
    Thanks For Watching!
  • НаукаНаука

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

  • @speedTurtle
    @speedTurtle Год назад +2

    Never really knew what a Makefile did before this video. Good walkthrough.

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

    Thanks Brain. Helpful video.

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

    I am creating a utility in bash. I will be using Makefile for creating a development environment, compiling the script, well as installing/uninstalling.

  • @user-vo1is6xg3y
    @user-vo1is6xg3y 10 месяцев назад +1

    great video thanks! i spent a lot of time having issues. turns out Makefile only understand tabs. i'm a spaces person (yes :P). so do yourself a fav and double check your .editorconfig settings 👍🏻