Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 2.76 KB

portainer.md

File metadata and controls

67 lines (35 loc) · 2.76 KB

Portainer

Initial Configuration

Portainer: http://ip_of_server:9000

portainer_initial_setup

Set an admin password (please set an extremely strong password)


Container List, State, and Quick Actions

Once you're in the Portainer Dashboard, you'll want to go to Containers to check on their state. Notice the Quick Actions column as well.

portainer_container_list_quick_actions


Logs

The Quick Actions column allows you to view the logs of a particular container/service in realtime.

portainer_container_logs


Stats

From Quick Actions, you can also view how much RAM and CPU a particular container is using.

portainer_container_stats


Console

If you need to access a container's terminal, such as when creating a user for Dante, you can do so from the container console.

portainer_container_console


Container Details

You can also click on the container name and access the Logs, Stats, and Console from there.

portainer_container_details


Images

The Images page allows you to remove an unused Docker image, or upgrade an existing image.

portainer_image_list


Volumes

The Volumes page gives you a list of the persistent storage that the containers are using. Persistent storage means that the data is retained even after a container is removed or recreated.

For instance, if you create a Server or a User from the Pritunl web panel, the data is stored in the underpass_mongodb volume. You can remove or delete the pritunl or mongodb container all you want, but your login credentials, users, and VPN servers will remain intact. However, if you delete the underpass_mongodb volume, all your data is lost as well.

portainer_volumes

The Volumes page also allows you to see the exact location of the volumes on the Docker host. If you want to make a backup of your persistent storage, you can find them in /var/lib/docker/volumes.