To deploy the sample nginx application, carry out the following steps:
- Click on Create Application button. In the General tab, set the application ID, CPUs, memory, disk space, and Instances, as can be seen here:

- In the Docker Container tab, type nginx; it will pull the latest nginx image and mark it as Bridged:

- Enter 80 in the Container Port box. Type the name as nginx and click on Create Application. You will see how quickly our nginx image is running:
- Click on nginx, which shows details for your ...