<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Server on My New Hugo Project</title>
    <link>https://shawnsv.com/tags/server/</link>
    <description>Recent content in Server on My New Hugo Project</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 18 Jul 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://shawnsv.com/tags/server/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Installing Docker and Portainer</title>
      <link>https://shawnsv.com/posts/installing-docker-and-portainer/</link>
      <pubDate>Mon, 18 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://shawnsv.com/posts/installing-docker-and-portainer/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;images/image-18.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;So I recently needed to install docker and portainer so that I could run a few services on my server.&lt;/p&gt;&#xA;&lt;h2 id=&#34;installing-docker&#34;&gt;&#xA;  Installing docker&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#installing-docker&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This is just helpful links for installing docker on ubuntu or lubuntu for me on lubuntu 22.04.&#xA;the most important commands on that were:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&#xA;sudo apt install docker.io&#xA;docker --version&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After that you should be able to to test that your installation is installed and running.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgrading portainer</title>
      <link>https://shawnsv.com/posts/upgrading-portainer/</link>
      <pubDate>Mon, 18 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://shawnsv.com/posts/upgrading-portainer/</guid>
      <description>&lt;p&gt;To make this, I followed the guide posted here. &lt;a href=&#34;https://docs.portainer.io/v/ce-2.9/start/upgrade/docker&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://docs.portainer.io/v/ce-2.9/start/upgrade/docker&lt;/a&gt; The latest portainer at the time of writing is portainer version 2.14.1 please replace that string with the latest version when using the following commands.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo docker stop portainer&#xA;sudo docker rm portainer&#xA;sudo docker pull portainer/portainer-ce:2.14.1&#xA;sudo docker run -d -p 8000:8000 -p 9000:9000 -p 9443:9443 \&#xA;    --name=portainer --restart=always \&#xA;    -v /var/run/docker.sock:/var/run/docker.sock \&#xA;    -v portainer_data:/data \&#xA;    portainer/portainer-ce:2.14.1&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
