Portainer Usage

Docker Based Deployment have Portainer

The landing page of portainer shows the number of Stacks, Containers, Volumes, Images, CPU and Memory of the Server.

Click on local.

This is Dashboard Page where individual counts are given.

After clicking on Stacks we got stack of sharder , miner , etc.

Click on Sharder Stack to watch what's inside sharder stack. Inside a Stack there are Containers.

Click on sharder1 container and there are multiple Actions-

  1. Start -> If anyhow container stopped then start it from Start button.

  2. Stop -> If you wish to stop the container then click on Stop button.

  3. Kill -> If you wish to Kill the container then click on Kill button.

  4. Restart -> If you wish to Restart the running container then click on Restart button.

  5. Pause -> If you wish to Pause the running container then click on Pause button.

  6. Resume -> If you wish to Resume the Paused container then click on Resume button.

  7. Remove -> If you wish to Remove the container from the docker network then click on Remove button.

  8. Recreate -> If you wish to Recreate the container with scratch then click on Recreate button.

  9. Duplicate/Edit -> If you wish to Duplicate the container or Edit the existing container then click on Duplicate/Edit button.

If you wish to watch current logs then click on logs button.

For Inspecting Docker container click on Inspect.

Current Memory, CPU, Network Usage and I/O Usage Graph is visible if you click on Stats button.

Click on Console to exec into the container and run your required commands there.

Last updated