www.techrepublic.com
Open in
urlscan Pro
151.101.130.132
Public Scan
Submitted URL: https://www.techrepublic.com/article/add-por...
Effective URL: https://www.techrepublic.com/article/add-portainer-docker-desktop-connect-remote/
Submission: On December 18 via api from US — Scanned from DE
Effective URL: https://www.techrepublic.com/article/add-portainer-docker-desktop-connect-remote/
Submission: On December 18 via api 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 BROADCOM AND VMWARE: THE FUTURE OF ENTERPRISE IT IS MULTI-CLOUD Webcasts from Broadcom Read More DIVERSITY AND INCLUSION POLICY Downloads from TechRepublic Premium Download Now CHECKLIST: NETWORK DOCUMENTATION Tools & Templates from TechRepublic Premium View This Now WORDPRESS SECURITY CHECKLIST Tools & Templates from TechRepublic Premium View This Now COMPLETE 2022 COMPTIA CERTIFICATION COURSE Training from TechRepublic Academy Get Started * * * * 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: December 9, 2022, 7:30 AM PST Modified: December 9, 2022, 11:37 AM PST Read More See more TechRepublic Premium * Image: Nuthawut/Adobe Stock Tech & Work THE BEST PAYROLL SOFTWARE FOR YOUR SMALL BUSINESS IN 2022 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: December 14, 2022, 12:54 PM PST 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: November 28, 2022, 12:29 PM PST 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 2022 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: November 22, 2022, 2:08 PM PST 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 MOONLIGHTING POLICY Moonlighting, the practice of working for another organization in a separate job in addition to one’s current employment, is a fairly common practice these days. It’s especially frequent in technology where people with varying skills and backgrounds may find their abilities in demand by multiple companies and in need of multiple streams of income to ... Downloads Published: December 14, 2022, 3:00 AM PST Modified: December 15, 2022, 4:00 AM PST Read More See more TechRepublic Premium * TechRepublic Premium CORPORATE GAMING POLICY Video games can benefit companies by giving employees a recreational outlet to build cooperation and morale. But they can also create problems if misused. This policy will help you establish the ground rules for permitting or prohibiting the use of company systems and networks for video gaming purposes. Where gaming is allowed Video gaming is ... Published: December 13, 2022, 3:00 AM PST Modified: December 14, 2022, 5:00 AM PST Read More See more TechRepublic Premium * TechRepublic Premium JOB DESCRIPTION: PLATFORM DEVELOPER A platform developer, someone intimately familiar with specific operating systems and hardware components, works on a company’s core platform to create and optimize all the various functions needed to establish a strong computer infrastructure. The platform developer needs to be a big picture thinker and always keeping in mind why they’re building something and who ... Downloads Published: December 13, 2022, 3:00 AM PST Modified: December 14, 2022, 5:00 AM PST Read More See more TechRepublic Premium * TechRepublic Premium VIRTUAL AND AUGMENTED REALITY POLICY Virtual reality and augmented reality are concepts which have attracted plenty of interest in both consumer and business operations. Both have shown incredible potential and versatility across a wide range of applications. AR can be used as an “overlay” concept to link real-world environments to technology, such as for identifying individuals, providing GPS data or ... Published: December 13, 2022, 3:00 AM PST Modified: December 14, 2022, 5:00 AM PST 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 © 2022 TechnologyAdvice. All rights reserved. * Privacy Policy * Terms of Use * Property of TechnologyAdvice