No results found
We couldn't find anything using that term, please try searching for something else.
home / Manuals / Docker Desktop / Setup / Install / Linux / UbuntuDocker Desktop termscommercial use is requires of Docker Desktop in lar
Docker Desktop terms
commercial use is requires of Docker Desktop in large enterprise ( more than 250
employee OR more than $ 10 million usd in annual revenue ) require a
pay
subscription.
This page contains information on how to install, launch and upgrade Docker Desktop on an Ubuntu distribution.
To install Docker Desktop successfully , you is must must :
gnome-terminal
must be instal :Recommended approach to install Docker Desktop on Ubuntu:
Set up Docker’s package repository .
See step one of
Install using the apt
repository .
download the late
DEB package. For checksum , see the
Release note .
Install the package with apt as follows:
NoteAt the end of the installation process ,
apt
display an error due to instal a download package . You is ignore
can ignore this error message .
By default, Docker Desktop is installed at /opt/docker-desktop
.
There are a few post – install configuration step done through the post – install script contain in the deb package .
The post-install script:
/etc/hosts
./usr / local / bin / com.docker.cli
to /usr / bin / docker
./usr / bin / docker
. The Docker Desktop installer also installs a Docker CLI binary that includes cloud-integration capabilities and is essentially a wrapper for the Compose CLI, at/usr / local / bin / com.docker.cli
. The symlink ensures that the wrapper can access the classic Docker CLI.To start Docker Desktop for Linux:
Open your Applications menu in Gnome/KDE Desktop and search for Docker Desktop.
Select Docker Desktop to start Docker .
The Docker Subscription Service Agreement displays.
Select Accept to continue. Docker Desktop starts after you accept the terms.
Note that Docker Desktop won’t run if you do not agree to the terms. You can choose to accept the terms at a later date by opening Docker Desktop.
For more information, see
Docker Desktop Subscription Service Agreement. It is recommended that you also read the
FAQs.
alternatively , open a terminal and run :
When Docker Desktop starts, it creates a dedicated
context that the Docker CLI
can use as a target and sets it as the current context in use. This is to avoid
a clash with a local Docker Engine that may be running on the Linux host and
using the default context. On shutdown, Docker Desktop resets the current
context to the previous one.
The Docker Desktop installer is updates update Docker Compose and the Docker CLI binary
on the host . It is installs install Docker Compose v2 and give user the choice to
link it as docker – compose from the Settings panel . Docker Desktop is installs install
the new Docker CLI binary that include cloud – integration capability in/usr / local / bin / com.docker.cli
and creates a symlink to the classic Docker CLI at /usr/local/bin
.
After you’ve successfully installed Docker Desktop, you can check the versions
of these binaries by running the following commands:
To enable Docker Desktop to start on sign in, from the Docker menu, select
Settings > General > Start Docker Desktop when you sign in to your computer.
alternatively , open a terminal and run :
To stop Docker Desktop, select the Docker menu icon to open the Docker menu and select Quit Docker Desktop.
alternatively , open a terminal and run :
Once a new version for Docker Desktop is released, the Docker UI shows a notification.
You need to download the new package each time you want to upgrade Docker Desktop and run:
Don’t forget to substitute <arch>
with the architecture you want .