-e more options
nhưng ngay hơn tùy chọn .
Paste this code into a terminal, and then it will download and launch the application for you.
You can also 'drag' the application, then launch the application yourself. If you are using the Simple UI application, the application can automatically search for Docker Hub for you.
When you have found what you are looking for, click on its list, then click the Pull Image button in the dialog box that appears to download the image of the application.
Remember, the image is a "template". Next, you need to create a container using your new image. Switch to the Images tab . Clicking on the Deploy Container button will create a new copy for your application.
From the command line, you can see a list of all Docker containers with the command:
docker ps -a
This lists containers along with some of their statistics (note the "NAMES" column on the far right). To restart one of the containers, select the name of the container and enter the following command:
docker start [containsername]
Using the app, go to the "Containers" screen , select the container you want and click the "Start" button at the top left of the screen. Your application will start in a new window on the screen, like a "normal" application.
Your application will open in a new window, just like you have installed it as usual. But remember, it exists separately from your other applications. This allows you to do some things like running LibreOffice and OpenOffice in parallel (their dependencies often conflict with each other):
Docker provides an easy way to install and run the application, so you can try it and easily remove it from the system. When you perform initial setup for Docker, a single run command is usually all you need to download an image, create a container, and launch it on the screen.
Have you found any interesting Docker apps yet? Let us know in the comment section below!
See more: