Is Docker going away

Is Docker going away

HI,

I am Docker engineer and working on the DevOps projects using the Docker. Just for curiosity I want to know the future of Docker. Is Docker going away?

Thanks

View Answers

August 29, 2020 at 1:14 PM

Hi,

Docker is still not active development and its one of the top project on GitHub. The the Docker usage is increasing fast and at least for now Docker is not going away.

Yes. there are few competitors of Docker such as Podman. But It will take some time for its popularity and wide spread use.

So, as of now the Docker is not going away and it will continue to remain the top tool.

Is Docker going away?

No, Not for now.

The answer, is that "discoverability" (what Docker looks for in a container) is still being managed and evaluated. There is definitely work being done to make things like security easier to manage. If you look at the documentation for the Dockerfile, you can see some very interesting new capabilities that are not being addressed - security-wise, Docker's goal remains the same: to make a container easy to use, without a lot of other hoops the user would have to jump through. So for Docker to become a mainstream feature that Docker applications and containers can use (a common goal), this goal needs to be managed by the developers (and their engineers), and not by Docker itself.

The Docker developers are adding new features in the each release.

Check Docker tutorials at:

Thanks









Related Tutorials/Questions & Answers:
Is Docker going away
of Docker. Is Docker going away? Thanks   Hi, Docker is still... is increasing fast and at least for now Docker is not going away. Yes... popularity and wide spread use. So, as of now the Docker is not going away
MySQL server has gone away
MySQL server has gone away  Hi, What is the reason of error "MySQL server has gone away"? Some time in my application this error is coming. Thanks   hi friend, This happens because the server is timed out
Advertisements
ModuleNotFoundError: No module named 'mdx_anchors_away'
ModuleNotFoundError: No module named 'mdx_anchors_away'  Hi, My... named 'mdx_anchors_away' How to remove the ModuleNotFoundError: No module named 'mdx_anchors_away' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'throw-away-sample'
ModuleNotFoundError: No module named 'throw-away-sample'  Hi, My... named 'throw-away-sample' How to remove the ModuleNotFoundError: No module named 'throw-away-sample' error? Thanks   Hi, In your
How to install Docker in Ubuntu 18.04?
How to install Docker in Ubuntu 18.04? - Step by Step guide to install and use Docker in Ubuntu 18.04 In this tutorial we are going to use fresh installation of Ubuntu 18.04 and then installer Docker on the operating system. We
ModuleNotFoundError: No module named 'mysql-server-has-gone-away'
ModuleNotFoundError: No module named 'mysql-server-has-gone-away'  Hi...: No module named 'mysql-server-has-gone-away' How to remove the ModuleNotFoundError: No module named 'mysql-server-has-gone-away' error? Thanks
ModuleNotFoundError: No module named 'mysql-server-has-gone-away'
ModuleNotFoundError: No module named 'mysql-server-has-gone-away'  Hi...: No module named 'mysql-server-has-gone-away' How to remove the ModuleNotFoundError: No module named 'mysql-server-has-gone-away' error? Thanks
Installing Docker on Ubuntu 20.04
Installing Docker on Ubuntu 20.04 - Learn to install Docker on Ubuntu 20.04 and run Hello World Container In this tutorial we are going to use our Ubuntu 20.04 desktop and then installer latest version Docker it. But, the steps given
What is data science is it going to be the future?
What is data science is it going to be the future?  Hi, I am... to learn: What is data science is it going to be the future? Try to provide... is data science is it going to be the future?". Also tell me which
20 Futuristic Technologies that are going to Change the World
of new gadgets and technologies that are going to revolutionize life on the planet... technologies that are going to change the world soon. 1  Solar... a scientific success. In the time to come it is definitely going to make a huge
Docker tutorials and examples
Docker Tutorials: Learn to use Docker by learning it through hands on tutorials and examples Docker is a software package which is used for operating-system-level virtualization. To run software on the Docker a special package called
after logout the page is going back - Java Beginners
after logout the page is going back  Dear friends can any one help me urgently, how to restrict our jsp pages from going back after logout. i 've did the following coding in the jsp file. still it is not working. kindly help me
Docker app development Workflow using Visual Studio 2019
Docker in Visual Studio - Docker app development Workflow A developer sails... in every step, as it happens while working with Docker containers too. Docker... in the Docker application deployment. There are well defined workflow for development
What is Docker?
Beginning with Docker - What is Docker? Docker is a software development tool... for easy development detached from the environment were further optimised by Docker... for applications of different platforms. Thanks to Docker, the container based approach
Is Docker for free
Is Docker for free  Hi, In my company we are evaluating the Docker... Docker for using in commercial projects. I checked the trends on the internet and found that large number of companies are using Docker for their projects. I want
Introduction to Docker Hub
"Hello World" Docker container. In this section we are going to explore.... In this tutorial we are going to download the nginx image and the run on Docker...Introducing the Docker Hub and downloading image from Hub Hub In the previous
How to delete all Docker local Docker images
following command: docker rm -vf $(docker ps -a -q) If you want to delete all the images the use following command: docker rmi -f $(docker images -a -q... following command: docker rm $(docker ps -a -f status=exited -q) If you want
ModuleNotFoundError: No module named 'docker'
ModuleNotFoundError: No module named 'docker'  Hi, My Python... 'docker' How to remove the ModuleNotFoundError: No module named 'docker'... to install padas library. You can install docker python with following command
add user to docker group
add user to docker group  Hi, I have installed docker in my system on Ubuntu 22.04 but unable to run the docker command due to permissions. How to resolve the issue? Thanks   Hi, This is the issue with the Docker
Introduction to Docker Images
Introduction to Docker Images - Understanding Docker image and creating own image In this article we are going to introduce you with Docker image and teach.... In this example we are going to create a simple Docker image that sleeps for 30 seconds
How do I start learning Docker
to learn the basics of Docker in no time, however I am going to be going... Docker and its tools? I want to start using the Docker but don't know how to get... with the Docker. How do I start learning Docker? Thanks   How do I start learning
What is Docker written in
What is Docker written in  Hi, I can see that the Docker is very popular and growing fast. I wanted to know in which programming language Docker is developed? What is Docker written in? Thanks   HI, The first
What is docker from scratch
What is docker from scratch  Hi, I checked jobs portal and found that many jobs requires Docker experience. So, I want to learn it from expert. I am searching for the docker tutorials to learn it from scratch. What is docker
docker remove image by name
docker remove image by name  Hi, On my system I have installed docker and trying some images. I want to delete an image by name or id. How to remove image by name or id in docker with command? What is command for docker
how to list volumes in docker
how to list volumes in docker  Hi, I have docker and i want to list all the volumes. how to list volumes in docker? After listing i want to delete...; Hi, To list the volumes in docker you can use following command: docker
Docker image vs. Docker container
Docker images, Dockerfiles and containers are considered as "Three musketeers" in a Docker operation, work hand in hand in a  Docker setup... that the Docker image and container are playing different roles and distinctively
How to remove old Docker containers
How to remove old Docker containers  Hi, I want to remove my old Docker containers installed on my machine. How I can remove it safely. How to remove old Docker containers? What is the safe method to remove docker containers
Version of com.cars>docker-secrets dependency
List of Version of com.cars>docker-secrets dependency
Version of com.chatwork>sbt-docker dependency
List of Version of com.chatwork>sbt-docker dependency
Version of com.spotify>docker-client dependency
List of Version of com.spotify>docker-client dependency
docker install python pip
docker install python pip  Hi, How I can install python-pip with docker build? Thanks   HI, You can add following to your Dockerfile: RUN apt-get update && apt-get install -y python-pip Above code
How to learn Docker from scratch
How to learn Docker from scratch  Hi Gurus, I am total beginners... years. Now I have give work to make docker container to shipping applications being developed in my company for clients. Now I have to learn Docker from scratch
ModuleNotFoundError: No module named 'airflow-docker'
ModuleNotFoundError: No module named 'airflow-docker'  Hi, My... named 'airflow-docker' How to remove the ModuleNotFoundError: No module named 'airflow-docker' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'ariane_docker'
ModuleNotFoundError: No module named 'ariane_docker'  Hi, My... 'ariane_docker' How to remove the ModuleNotFoundError: No module named 'ariane_docker' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'ariane_docker'
ModuleNotFoundError: No module named 'ariane_docker'  Hi, My... 'ariane_docker' How to remove the ModuleNotFoundError: No module named 'ariane_docker' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'ariane_docker'
ModuleNotFoundError: No module named 'ariane_docker'  Hi, My... 'ariane_docker' How to remove the ModuleNotFoundError: No module named 'ariane_docker' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'checkio_docker'
ModuleNotFoundError: No module named 'checkio_docker'  Hi, My... named 'checkio_docker' How to remove the ModuleNotFoundError: No module named 'checkio_docker' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'cheesefactory-docker'
ModuleNotFoundError: No module named 'cheesefactory-docker'  Hi...: No module named 'cheesefactory-docker' How to remove the ModuleNotFoundError: No module named 'cheesefactory-docker' error? Thanks   Hi
ModuleNotFoundError: No module named 'colomoto-docker'
ModuleNotFoundError: No module named 'colomoto-docker'  Hi, My... named 'colomoto-docker' How to remove the ModuleNotFoundError: No module named 'colomoto-docker' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'docker-api'
ModuleNotFoundError: No module named 'docker-api'  Hi, My Python... 'docker-api' How to remove the ModuleNotFoundError: No module named 'docker-api' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'docker-app'
ModuleNotFoundError: No module named 'docker-app'  Hi, My Python... 'docker-app' How to remove the ModuleNotFoundError: No module named 'docker-app' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'docker-buildtool'
ModuleNotFoundError: No module named 'docker-buildtool'  Hi, My... named 'docker-buildtool' How to remove the ModuleNotFoundError: No module named 'docker-buildtool' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'docker-cab'
ModuleNotFoundError: No module named 'docker-cab'  Hi, My Python... 'docker-cab' How to remove the ModuleNotFoundError: No module named 'docker-cab' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'docker-clean'
ModuleNotFoundError: No module named 'docker-clean'  Hi, My Python... 'docker-clean' How to remove the ModuleNotFoundError: No module named 'docker-clean' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'docker-cleaner'
ModuleNotFoundError: No module named 'docker-cleaner'  Hi, My... named 'docker-cleaner' How to remove the ModuleNotFoundError: No module named 'docker-cleaner' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'docker-cloud'
ModuleNotFoundError: No module named 'docker-cloud'  Hi, My Python... 'docker-cloud' How to remove the ModuleNotFoundError: No module named 'docker-cloud' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'docker-cmd'
ModuleNotFoundError: No module named 'docker-cmd'  Hi, My Python... 'docker-cmd' How to remove the ModuleNotFoundError: No module named 'docker-cmd' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'docker-hub'
ModuleNotFoundError: No module named 'docker-hub'  Hi, My Python... 'docker-hub' How to remove the ModuleNotFoundError: No module named 'docker-hub' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'docker-hub'
ModuleNotFoundError: No module named 'docker-hub'  Hi, My Python... 'docker-hub' How to remove the ModuleNotFoundError: No module named 'docker-hub' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'docker-hub'
ModuleNotFoundError: No module named 'docker-hub'  Hi, My Python... 'docker-hub' How to remove the ModuleNotFoundError: No module named 'docker-hub' error? Thanks   Hi, In your python environment you

Ads