
Google Chrome is widely used, fast and secure web browser that are very much familiar to most of the people who surf internet. docker run -it -name my-irssi -e TERM -u $(id -u):$(id -g) \Ĭhrome is an awesome GUI-based web browser developed by Google and is based on Open Source Project Chromium. To run Irssi using docker, we'll need to run the following commands in a docker installed desktop computer. Irssi is an awesome IRC Client which is based on Text Interface. Lynx is a all time favorite text-based web browser which is a lot familiar to most of the people running Linux. It is the oldest web browser currently in general use and development. So here are some awesome 10 Desktop Application Docker images that we can run with Docker.

It makes them great building blocks for deploying and scaling web apps, databases, and back-end services without depending on a particular stack or provider. It is basically used by the developers, Ops and Engineers as it is easy, fast and handy tool for testing or deploying their products but we can also use Docker for our Desktop usage to run a desktop apps out of the box. It has no boundaries of Language support, Frameworks or packaging system and can be run anywhere, anytime from a small home computers to high-end servers. Docker is an Open Source project that provides an open platform to pack, ship and run any application as a lightweight container. You can start the service by running sudo service docker start.Greetings to everyone, today we'll list out some awesome Desktop Apps that we can run using Docker Containers in our very own Desktop running Docker.
DOCKER DESKTOP DOWNLOAD INSTALL
$(lsb_release -cs) stable" | sudo tee /etc/apt//docker.list > /dev/null sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io sudo service docker start sudo groupadd docker sudo usermod -aG docker $USER newgrp docker Run Docker CommandsĪt this point you should have a fully operation Docker Engine installed running on Ubuntu under WSL2. Lsb-release curl -fsSL | sudo gpg -dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo \ sudo apt-get update sudo apt-get install \ Steps I followedįor simplicity, I ran the following commands on Ubuntu 20.04 to setup Docker Engine on my machine. This will allow you to execute Docker commands without requiring to be a root user and ensure that Docker Engine starts on boot. Docker have a guide for installing Docker Engine on Ubuntu, I would recommend using the repository installation method since this will make installing updates much easier in the future.Īfter Docker Engine has been installed, I would also recommend following the post-installation steps for Linux. Now that we have Ubuntu setup on WSL2 we can install the Docker Engine. wsl -install -d Ubuntu Install Docker Engine on WSL2 I installed the Ubuntu distribution since this is what I am most familiar with.Īfter WSL2 is setup, you can install Ubuntu by running the following command.
DOCKER DESKTOP DOWNLOAD WINDOWS
I’d recommend setting up WSL2 by following the Microsoft guide to install WSL2 on Windows 10. The first step if you haven’t done it already is to get WSL2 install. The good news is that you can install the Docker Engine on Windows using Windows Subsystem for Linux 2! The bad news is that you won’t have easy access to the GUI to manage containers you’ll have to use the CLI (although I prefer this anyway).
DOCKER DESKTOP DOWNLOAD LICENSE
It seems that this license change only applies to Docker Desktop which is the GUI client for Windows and Mac.

Docker have recently announced changes to their pricing and subscriptions which require a paid subscription for users outside of personal, education and small business use.
