Images
1 Pull Image¶
- Supports pulling from added image repositories, equivalent to the
docker pullcommand - Pulling an image may take some time. If you close the drawer and still want to view the pull logs, you can go to [Host - Files] to download or view the log file at [Installation Directory]/1panel/tmp/docker_logs/image_pull_[timestamp].log
2 Import Image¶
- Select an exported image file on the 1Panel server, equivalent to the
docker loadcommand
3 Build Image¶
- Build an image directly, equivalent to the
docker buildcommand - Building an image may take some time. If you close the drawer and still want to view the build logs, you can go to [Host - Files] to download or view the log file at [Installation Directory]/1panel/tmp/docker_logs/image_build_[timestamp].log
- Edit: Use the web editor to modify the Dockerfile
- Path Selection: Select an existing Dockerfile in the 1Panel service
4 Tag Image¶
- Tag an image, equivalent to the
docker tagcommand
5 Push Image¶
- Push the image to an image repository. During the push process, the background will automatically modify the corresponding image tag, equivalent to the combination of
docker tag + docker pushcommands
6 Export Image¶
- Export the image as a .tar file, equivalent to the
docker savecommand. When you need to copy or move the image, you can directly perform import and export operations in the system
Take 1Panel Further
Running 1Panel OSS? Pro Edition adds WAF protection, unlimited AI agents, multi-node management, and priority support — starting at $80/year.
