Run a new container
mysql:latest
Optional settings
Container name
my-mysql
A random name is generated if you do not provide one.
Ports
Enter "0" to assign randomly generated host ports.
Host port
3307
Host port
Volumes
Host path
Environment variables
:3306/tcp
:33060/tcp
Container path
+
Variable
Value
MYSQL_ROOT_PASSWORD
my-secret-pw
Variable
MYSQL_DATABASE
Value
mydb
+
Cancel
Run
Explanation
The screenshot depicts a configuration panel for creating a new container, likely within a cloud platform. The settings include specifying the container name (my-mysql), ports (3307 and 3306/tcp, 33060/tcp), volumes (with options for host and container paths), and environment variables (MYSQL_ROOT_PASSWORD with a value of my-secret-pw and MYSQL_DATABASE with a value of mydb). The options to cancel or run the configuration are also visible.