mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 04:48:31 +07:00
33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
---
|
|
metaLinks:
|
|
alternates:
|
|
- https://app.gitbook.com/s/j6QEqM3Sd94bdPsX4HaN/user/docker/images
|
|
---
|
|
|
|
# Images
|
|
|
|
Images are what is used to build containers. Each image defines the pieces required to build and configure a container and can be reused many times. The **Images** section in Portainer lets you interact with the images in an environment.
|
|
|
|
<figure><img src="../../../.gitbook/assets/2.15-images-splash.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
You can pull images from Docker Hub or any other [registry](../../../admin/registries/add/):
|
|
|
|
{% content-ref url="pull.md" %}
|
|
[pull.md](pull.md)
|
|
{% endcontent-ref %}
|
|
|
|
You can also view a list of the images that are currently available in an environment, including their IDs, usage states, tags, sizes and creation dates. There are many other options available:
|
|
|
|
{% content-ref url="build.md" %}
|
|
[build.md](build.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="import.md" %}
|
|
[import.md](import.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="export.md" %}
|
|
[export.md](export.md)
|
|
{% endcontent-ref %}
|
|
|