www.techrepublic.com
Open in
urlscan Pro
151.101.194.132
Public Scan
Submitted URL: https://www.techrepublic.com/article/add-portainer-dock.
Effective URL: https://www.techrepublic.com/article/add-portainer-docker-desktop-connect-remote/
Submission: On January 11 via manual from US — Scanned from DE
Effective URL: https://www.techrepublic.com/article/add-portainer-docker-desktop-connect-remote/
Submission: On January 11 via manual from US — Scanned from DE
Form analysis
4 forms found in the DOM/search/
<form action="/search/" class="search-bar">
<label id="label-nav-site-search" for="nav-site-search"> Search </label>
<input type="search" autocomplete="off" name="q" id="nav-site-search" value="" placeholder="What are you looking for?" required="">
<button type="submit" disabled="disabled">
<svg role="img" aria-labelledby="label-nav-site-search">
<use href="#smart-search-icon"></use>
</svg>
</button>
<input type="hidden" name="o" value="1"><!-- Default to search by relevance -->
</form>
POST
<form class="share-email-form" method="post">
<input type="hidden" name="share-email-title" value="How to add Portainer to Docker Desktop and connect it to a remote environment">
<input type="hidden" name="share-email-url" value="https://www.techrepublic.com/article/add-portainer-docker-desktop-connect-remote/">
<input type="email" name="from-email" class="read-write" placeholder="Your Email" required="">
<input type="email" name="to-email" class="read-write" placeholder="Recipient Email" required="">
<textarea name="msg" class="readonly">Check out this article I found on TechRepublic.</textarea>
<input type="submit" value="Submit">
<p class="response-msg">Your email has been sent</p>
</form>
POST
<form class="share-email-form" method="post">
<input type="hidden" name="share-email-title" value="How to add Portainer to Docker Desktop and connect it to a remote environment">
<input type="hidden" name="share-email-url" value="https://www.techrepublic.com/article/add-portainer-docker-desktop-connect-remote/">
<input type="email" name="from-email" class="read-write" placeholder="Your Email" required="">
<input type="email" name="to-email" class="read-write" placeholder="Recipient Email" required="">
<textarea name="msg" class="readonly">Check out this article I found on TechRepublic.</textarea>
<input type="submit" value="Submit">
<p class="response-msg">Your email has been sent</p>
</form>
POST
<form class="email-author-form" method="post">
<input type="hidden" name="author_id" value="37114796">
<input type="text" name="from-name" class="read-write" placeholder="Your Name" required="">
<input type="email" name="from-email" class="read-write" placeholder="Your Email" required="">
<input type="text" name="subject" class="read-write" placeholder="Subject" required="">
<textarea name="msg" placeholder="Message" required="" class="read-write"></textarea>
<input type="submit" value="Send Message">
<p class="response-msg">Your message has been sent</p>
</form>
Text Content
WE VALUE YOUR PRIVACY We and our partners store and/or access information on a device, such as cookies and process personal data, such as unique identifiers and standard information sent by a device for personalised ads and content, ad and content measurement, and audience insights, as well as to develop and improve products. With your permission we and our partners may use precise geolocation data and identification through device scanning. You may click to consent to our and our partners’ processing as described above. Alternatively you may access more detailed information and change your preferences before consenting or to refuse consenting. Please note that some processing of your personal data may not require your consent, but you have a right to object to such processing. Your preferences will apply to this website only. You can change your preferences at any time by returning to this site or visit our privacy policy. MORE OPTIONSAGREE Skip to content TECHREPUBLIC Search Close Search * Top Products Lists * Developer * 5G * Security * Cloud * Artificial Intelligence * Tech & Work * Mobility * Big Data * Innovation * Cheat Sheets * TechRepublic Academy * CES Toggle TechRepublic mobile menu More * TechRepublic Premium * Top Products Lists * Developer * 5G * Security * Cloud * Artificial Intelligence * Tech & Work * Mobility * Big Data * Innovation * Cheat Sheets * TechRepublic Academy * CES * See All Topics * Sponsored * Newsletters * Forums * Resource Library TechRepublic Premium Join / Sign In ACCOUNT INFORMATION TechRepublic close modal Image: klss777/Adobe Stock HOW TO ADD PORTAINER TO DOCKER DESKTOP AND CONNECT IT TO A REMOTE ENVIRONMENT * * * * ACCOUNT INFORMATION TechRepublic close modal SHARE WITH YOUR FRIENDS How to add Portainer to Docker Desktop and connect it to a remote environment Check out this article I found on TechRepublic. Your email has been sent by Jack Wallen in Developer on June 7, 2022, 7:33 AM PDT HOW TO ADD PORTAINER TO DOCKER DESKTOP AND CONNECT IT TO A REMOTE ENVIRONMENT Jack Wallen shows you how to extend the Docker Desktop feature set by adding Portainer into the mix. Docker Desktop is the official GUI for Docker container management. With this cross-platform tool, you can do just about anything you need to work with your deployments. The one caveat to Docker Desktop is that it only allows you to manage containers on the same host the app is installed on. If you want to use it to connect to a remote server, you’re out of luck. MUST-READ DEVELOPER COVERAGE * Hiring kit: Python developer * How to find and install the new Windows 11 22H2 update * Learn with two years of DevGuides online webinars for $39 * AWS re:Invent 2022: A tiered tour of technology tools, tenets and trends However, I have found the web-based Portainer, which can connect to a remote environment, to be a bit more robust in features. With Portainer you can manage literally every single aspect of containers. When I discovered it’s possible to add Portainer to Docker Desktop, I was thrilled. By adding Portainer to Docker Desktop, you extend the feature set to give the application more power, control and flexibility. For anyone serious about managing your Docker containers with a GUI, it is very much worth your time to add Portainer to Docker Desktop, and I’m going to show you how. SEE: Hiring kit: Back-end Developer (TechRepublic Premium) WHAT YOU’LL NEED The only thing you’ll need to make this work is a running instance of Docker Desktop. If you don’t already have that up and running, here’s a tutorial that will guide you through the process. With that out of the way, let’s add Portainer. HOW TO INSTALL PORTAINER The developers of Docker Desktop have made this incredibly easy, thanks to a handy Marketplace, where you can install Portainer and plenty of other extensions such as anchor, JFrog, Lens, Meshery, OpenShift, Snyk and more. To install Portainer, open Docker Desktop. Once the app is up and running, click Add Extensions in the left navigation (Figure A). Figure A Image: Jack Wallen/TechRepublic. The Docker Desktop main window clearly shows the Extension feature is in beta. Click install associated with Portainer and, when prompted, type your user password. The installation should complete fairly swiftly, and once it completes you’ll see Portainer listed in the left sidebar (Figure B). Figure B Image: Jack Wallen/TechRepublic. Portainer has been successfully installed. Click the Portainer listing and then click Get Started (Figure C). Figure C Image: Jack Wallen/TechRepublic. You can either use the default environment or create your own. HOW TO ADD A REMOTE DOCKER CONNECTION If your Docker server is running on the same machine you installed Docker Desktop, simply click Get Started to connect to that environment. If, however, your Docker server is remote, click Add Environments. In the resulting window (Figure D), click the Docker tab. Figure D Image: Jack Wallen/TechRepublic. Adding a remote environment to Portainer. Let’s say you want to name your environment Docker Swarm and the controller is at IP address 192.168.1.13. For that, you’d add Docker Swarm as the name, and then, in the Environment URL space, type 192.168.1.13:2375. Once you’ve done that, scroll down and click Add Environment (Figure E). Figure E Image: Jack Wallen/TechRepublic. The necessary information for creating your new (remote) Docker environment for Portainer. If you go back to the Portainer main window (Figure F), you should now see your remote environment added with all the statistics showing. Figure F Image: Jack Wallen/TechRepublic. Our new environment has been successfully added. And that’s all there is to adding Portainer to Docker Desktop and connecting it to a remote environment. Enjoy that newfound power and flexibility thanks to Portainer. HOW TO LEARN MORE ABOUT DOCKER If you want to learn more about Docker, don’t miss these resources in the TechRepublic Academy: * Hacking and Securing Docker Containers * The Linux & Docker Coding Bundle * The Docker and Kubernetes Certification Training Bundle Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the latest tech advice for business pros from Jack Wallen. DEVELOPER INSIDER NEWSLETTER From the hottest programming languages to commentary on the Linux OS, get the developer and open source news and tips you need to know. Delivered Tuesdays and Thursdays Sign up today Jack Wallen Published: June 7, 2022, 7:33 AM PDT Modified: September 28, 2022, 1:19 PM PDT See more Developer ALSO SEE * How to become a developer: A cheat sheet (TechRepublic) * Python programming language: This training will jump-start your coding career (TechRepublic Academy) * 8 must-have tools for developers on Linux (TechRepublic Premium) * Programming languages and developer career resources (TechRepublic on Flipboard) WHITE PAPERS, WEBCASTS, AND DOWNLOADS VIDEO AND ONLINE CONFERENCING POLICY Tools & Templates from TechRepublic Premium View This Now MANAGING ACCOUNTS PAYABLE OPERATIONS DURING COVID-19 POLICY Tools & Templates from TechRepublic Premium View This Now PDF CONVERTER PRO: LIFETIME LICENSE Tools & Templates from TechRepublic Academy Give It A Try! COMPLETE 2022 COMPTIA CERTIFICATION COURSE Training from TechRepublic Academy Get Started THE 2022 COMPLETE LINUX PROGRAMMING CERTIFICATION BUNDLE Training from TechRepublic Academy Get It Today * * * * ACCOUNT INFORMATION TechRepublic close modal SHARE WITH YOUR FRIENDS How to add Portainer to Docker Desktop and connect it to a remote environment Check out this article I found on TechRepublic. Your email has been sent Share: How to add Portainer to Docker Desktop and connect it to a remote environment By Jack Wallen Jack Wallen is an award-winning writer for TechRepublic, The New Stack, and Linux New Media. He's covered a variety of topics for over twenty years and is an avid promoter of open source. For more news about Jack Wallen, visit his website jackwallen.com. * ACCOUNT INFORMATION TechRepublic close modal CONTACT JACK WALLEN Your message has been sent * | * See all of Jack's content * Developer EDITOR'S PICKS * Image: Rawpixel/Adobe Stock TechRepublic Premium TECHREPUBLIC PREMIUM EDITORIAL CALENDAR: IT POLICIES, CHECKLISTS, TOOLKITS AND RESEARCH FOR DOWNLOAD TechRepublic Premium content helps you solve your toughest IT issues and jump-start your career or next project. TechRepublic Staff Published: January 3, 2023, 8:30 AM EST Modified: January 3, 2023, 12:19 PM EST Read More See more TechRepublic Premium * Image: Nuthawut/Adobe Stock Tech & Work THE BEST PAYROLL SOFTWARE FOR YOUR SMALL BUSINESS IN 2023 Looking for the best payroll software for your small business? Check out our top picks for 2022 and read our in-depth analysis. Aminu Abdullahi Published: November 16, 2022, 11:32 AM PST Modified: January 3, 2023, 2:33 PM EST Read More See more Tech & Work * Image: WhataWin/Adobe Stock Security TOP CYBERSECURITY THREATS FOR 2023 Next year, cybercriminals will be as busy as ever. Are IT departments ready? Mary Shacklett Published: November 28, 2022, 8:09 AM PST Modified: December 23, 2022, 7:09 AM EST Read More See more Security * Image: Sundry Photography/Adobe Stock Cloud SALESFORCE SUPERCHARGES ITS TECH STACK WITH NEW INTEGRATIONS FOR SLACK, TABLEAU The company, which for several years has been on a buying spree for best-of-breed products, is integrating platforms to generate synergies for speed, insights and collaboration. Karl Greenberg Published: December 8, 2022, 6:00 AM PST Modified: December 8, 2022, 6:55 AM PST Read More See more Cloud * fizkes / iStock Software THE BEST APPLICANT TRACKING SYSTEMS FOR 2023 Organize a number of different applicants using an ATS to cut down on the amount of unnecessary time spent finding the right candidate. Brian Stone Published: November 3, 2022, 9:20 AM PDT Modified: January 3, 2023, 2:28 PM EST Read More See more Software * Image: Bumblee_Dee, iStock/Getty Images Software 108 EXCEL TIPS EVERY USER SHOULD MASTER Whether you are a Microsoft Excel beginner or an advanced user, you'll benefit from these step-by-step tutorials. TechRepublic Staff Published: August 18, 2022, 1:00 PM PDT Modified: November 11, 2022, 1:47 PM PST Read More See more Software TECHREPUBLIC PREMIUM * TechRepublic Premium HIRING KIT: ROBOTICS ENGINEER Finding the right person to fill the role of robotics engineer can be tricky because of the combination of skills required. This kit includes a detailed job description, sample interview questions and a concise want advertisement to simplify the task. From the job description: INTRODUCTION For many industries and enterprises, manufacturing of any kind is ... Downloads Published: January 9, 2023, 11:00 AM EST Modified: January 10, 2023, 12:00 PM EST Read More See more TechRepublic Premium * TechRepublic Premium SECURITY RISK ASSESSMENT CHECKLIST Organizations, regardless of size, face ever-increasing information technology and data security threats. Everything from physical sites to data, applications, networks and systems are under attack. Worse, neither an organization nor its managers need to prove prominent or controversial to prove a target. Automated and programmatic robotic attacks seek weaknesses, then exploit vulnerabilities when detected. As ... Published: January 9, 2023, 11:00 AM EST Modified: January 10, 2023, 12:00 PM EST Read More See more TechRepublic Premium * TechRepublic Premium CONTRACT WORK POLICY It’s common practice for companies to use contractors to offload work to specialized individuals or reduce costs associated with certain tasks and responsibilities. This can free up in-house staff to focus on more complex and valuable initiatives. The advantages to this practice go hand in hand with the need to carefully assess the conditions under ... Published: January 8, 2023, 11:00 AM EST Modified: January 9, 2023, 12:00 PM EST Read More See more TechRepublic Premium * TechRepublic Premium CHECKLIST: SECURING WINDOWS 11 SYSTEMS Every operating system should be appropriately secured, particularly end user workstations, which often contain or allow access to company data and upon which most employee job duties are based. To obtain the maximum security protection out of your Windows 11 deployments, follow this checklist from TechRepublic Premium. Sample: GROUP POLICY CHECKLIST Follow Microsoft recommendations for ... Downloads Published: January 8, 2023, 11:00 AM EST Modified: January 9, 2023, 1:00 PM EST Read More See more TechRepublic Premium SERVICES * About Us * Newsletters * RSS Feeds * Site Map * Site Help & Feedback * FAQ * Advertise * Do Not Sell My Information EXPLORE * Downloads * TechRepublic Forums * Meet the Team * TechRepublic Academy * TechRepublic Premium * Resource Library * Photos * Videos * TechRepublic * TechRepublic on Twitter * TechRepublic on Facebook * TechRepublic on LinkedIn * TechRepublic on Flipboard © 2023 TechnologyAdvice. All rights reserved. * Privacy Policy * Terms of Use * Property of TechnologyAdvice