mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update docker.md
This commit is contained in:
parent
fdafe1721f
commit
afdbdff169
@ -4,13 +4,56 @@ sidebar_position: 3
|
|||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
|
|
||||||
:::info
|
|
||||||
This feature is still experimental and not yet released.
|
|
||||||
:::
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
To download Docker images, click the "update images" button.
|
To download Docker images, click the "update images" button.
|
||||||
|
|
||||||
To remove an unnecessary image, click the delete button next to the image and confirm your action in the pop-up modal.
|
To remove an unnecessary image, click the delete button next to the image and confirm your action in the pop-up modal.
|
||||||
|
|
||||||
|
|
||||||
|
## Docker images
|
||||||
|
|
||||||
|
Docker images serve as the foundation for OpenPanel user accounts, determining the technology stack available to the user.
|
||||||
|
|
||||||
|
|
||||||
|
### Update images
|
||||||
|
|
||||||
|
Updating Docker images involves downloading the latest versions from the openpanel servers, and these updated images will be used only for new users. Existing users' setups will remain unaffected.
|
||||||
|
|
||||||
|
To update docker images click on the 'Update images' button:
|
||||||
|

|
||||||
|
|
||||||
|
### Delete images
|
||||||
|
|
||||||
|
To remove an unnecessary image, click the delete button next to the image and confirm in the pop-up modal:
|
||||||
|
|
||||||
|
Step 1. | Step 2.
|
||||||
|
:-------------------------:|:-------------------------:
|
||||||
|
 | 
|
||||||
|
|
||||||
|
|
||||||
|
:::info
|
||||||
|
image can not be deleted if it is in use.
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
### Add images
|
||||||
|
|
||||||
|
Currently images can only be added from terminal: [`docker pull`](https://docs.docker.com/reference/cli/docker/image/pull/)
|
||||||
|
|
||||||
|
## Docker info
|
||||||
|
|
||||||
|
To view current [docker system info](https://docs.docker.com/reference/cli/docker/system/info/) click on the  button:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## Total Resource Usage
|
||||||
|
|
||||||
|
Under 'Docker Resource Usage Settings' you can configure the maximum memory and CPU percentages of server resources available for all users' Docker containers.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
We advise against setting it above 90% ([BUG#117:Slow TTFB caused by the docker_limit.slice ckgroup ](https://github.com/stefanpejcic/OpenPanel/issues/117)).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user