Skip to content

Create Single Container

A single container refers to an application that can run independently without associating with other containers.

Configuration

Taking creating a minio container as an example

Configuration GroupConfiguration ItemValueDescription
Basic ConfigurationContainer IdentifierminioName of the created container
Basic ConfigurationImagedocker.1panel.live/minio/minio:latestUse the [Pull Image] button to get the image
Basic ConfigurationBind Port9000Map port 9000, leave empty for random generation
Basic ConfigurationBind Port9001Map port 9001, leave empty for random generation
Storage ConfigurationCustom Mount or Storage Volumeminiodata or /home/miniodataSpecify mount /data directory or storage volume, leave empty to generate storage volume
Runtime ConfigurationCommandserver /data --console-address :9001Configure startup parameters

Access

Use http://127.0.0.1:9001 to access.

Default username and password are both minioadmin.