Jump to content

Server Management

2 articles in this category

  1. Andy ·
    Guides: Subscribers Workshop: Install/Upgrade/Uninstall Docker If you have tried installing docker to your system but failed to follow the docker.com docs then please do the following. Now before starting, a rule of thumb, make sure your system is up to date. Basic Set-up for installing docker. Step 1. Update the host. $ apt update Step 2. Upgrade the host. $ apt upgrade -y Step 3. Install curl. $ apt install curlStep 3. Install Docker. $ curl -sSL https://get.docker.com | shStep 5 Check if
    Andy
    Andy
    • 0 comments
    • 569 views
  2. Andy ·
    Guides: Subscribers Workshop: Installing Portainer Deployment First, create the volume that Portainer Server will use to store its database: docker volume create portainer_data Then, download and install the Portainer Server container: docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:ltsBy default, Portainer generates and uses a self-signed SSL certificate to secure port 9443. P
    Andy
    Andy
    • 0 comments
    • 246 views

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.