<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>3 Minute Runpod: Docker Local Build, Push, and Deploy in a Pod</title>
        <link>https://peer.madiator.cloud/videos/watch/444a4ba7-d0b7-42b6-b553-0c7ff45e0609</link>
        <description>Learn how to locally build, push, and deploy a Docker image in a pod using Docker Desktop and the terminal. We'll go over building a Docker image on OSX with a quick demonstration, pushing to Dockerhub, and then deploying it into a pod on Runpod to test. Once you've confirmed it's working, you can then consider creating a template for it for quick access and then even publishing it for community use if you like. Deploy a pod on Runpod here: https://console.runpod.io/pods Download Docker Desktop here: https://www.docker.com/products/docker-desktop/ Docker Desktop install instructions: https://docs.docker.com/desktop/setup/install/mac-install/ Commands used in the video - simply swap out your Dockerhub username and desired image name (format is username/imagename) Build with this command (be sure to build for linux/amd64!):docker build --platform linux/amd64 -t my-app-name . Push with these commands:docker tag my-app-name your-dockerhub-username/my-app-name:latest docker push your-dockerhub-username/my-app-name:latest</description>
        <lastBuildDate>Tue, 21 Jul 2026 20:58:19 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peer.madiator.cloud</generator>
        <image>
            <title>3 Minute Runpod: Docker Local Build, Push, and Deploy in a Pod</title>
            <url>https://peer.madiator.cloud/lazy-static/avatars/e2927aea-9e0a-454c-9327-68ec87b4da11.png</url>
            <link>https://peer.madiator.cloud/videos/watch/444a4ba7-d0b7-42b6-b553-0c7ff45e0609</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peer.madiator.cloud/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peer.madiator.cloud/feeds/video-comments.xml?videoId=444a4ba7-d0b7-42b6-b553-0c7ff45e0609" rel="self" type="application/rss+xml"/>
    </channel>
</rss>