Questions tagged [dockerhub]

Docker Hub is a product by Docker Inc built on top of the open source Docker Registry to distribute Docker images.

Docker Hub is a product by Docker Inc built on top of the open source Docker Registry to distribute Docker images.

Notable features:

  • Distribution of images (being a registry)
  • Open source images are free
  • Search for images
  • Distribution of the Docker official images
926 questions
-1
votes
1 answer

Error response from daemon: client and server don't have same version docker 1.17

What is the right docker version for the server <1.17>? The version 1.7.0 is 1.19
Hetdev
  • 1,425
  • 2
  • 21
  • 29
-1
votes
1 answer

can we create VG on a docker container?

i need to know how we can creat a VG(Volume group) on a docker container because when i try pvscan in a centos container i have this result: vagrant@ubuntu-14:~$ sudo docker run -t -i centos-6-5 /bin/bash bash-4.1# pvscan No matching physical…
ASSAL
  • 19
  • 1
-2
votes
4 answers

Some questions about Docker images and containers

Question 1: I have created a MERN stack application and successfully containerize and push image on Dockerhub. My friend wants to access my code so he takes a pull from DockerHub but how he can be able to see my code? Question 2: If he is not able…
Deepika vijay
  • 217
  • 1
  • 2
  • 7
-2
votes
1 answer

How to know which docker base image will be right one for the requirement from all images of DockerHub?

How can I know which Docker Base image will be the best one for the requirement out of all the related images available in DockerHub? Thank you.
Harish R
  • 57
  • 1
  • 1
  • 4
-2
votes
1 answer

How to combine docker images to support python application

I have a python application implemented with python containing following components: 1. Database 2. python app upono anaconda 3. Linux OS The idea is to dockerization these three components into isolated container and then linking them together by…
Hello lad
  • 17,344
  • 46
  • 127
  • 200
-3
votes
1 answer

Dockerfile+spring boot+mysql+dockerhub+azure devop

I'm beginner in Docker and Azure Devops. I'm have a basic application with spring boot and mysql data base, and I have a student account in Microsoft Azure. I wrote a dockerfile and docker-compose for my application spring boot and push my docker…
-3
votes
1 answer

Why is it asked to type repository name or database name before delete in github, dockerhub or mongodb compass

Whenever we delete any repository from GitHub or DockerHub they ask us to type repository name before delete. Similarly, it happens with MongoDB Compass, If I delete a database it asks me to type database name. Why do they ask this? What kind of…
Pradeep Singh
  • 1,094
  • 1
  • 9
  • 24
-3
votes
2 answers

Building a Docker image and pushing to a image/container registry using docker-compose

I have the following docker-compose.yml file: docker-compose.staging.yml: version: '3.7' services: web: restart: always build: ./django expose: - "8000" volumes: - django-static:/usr/src/app/static -…
Micheal J. Roberts
  • 3,735
  • 4
  • 37
  • 76
-3
votes
1 answer

How are official ruby images for Docker hub created?

How are official ruby images on Docker hub created? And what specifically are installed inside? Are they just a docker build results of one of these files in official github repo https://github.com/docker-library/ruby ?
zmii
  • 4,123
  • 3
  • 40
  • 64
-4
votes
1 answer

ERROR IN PULLING DOCKER IMAGE IN WINDOWS 2016 SERVER (docker for windows)

. Not able to pull Microsoft images like microsoft/dotnet, microsoft/dotnet: 2.2-sdk, even though these are window based images, even experimental is TRUE in my settings then also throwing error. ERROR - Using default tag: latest latest: Pulling…
1 2 3
61
62