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
0
votes
1 answer

Creating a bootstrap Dockerfile that automatically exposes files to the host operating system

I'm trying to create a bootstrap Dockerfile for web development. I would like any containers to allow for access of my code from within and also from the host operating system (Mac OS X). I cannot tell from the Docker reference what is the best way…
user3758291
  • 129
  • 1
  • 8
0
votes
2 answers

Unable to install docker 1.5 on ubuntu 14.04 64bit

Currently I have docker 1.0 verion in my vm(Ubuntu 14.04 64bit) I want to upgrade it to latest version(1.5) but facing some issue. Kindly help. First I tried getting key with below command, it is successful. sudo apt-key adv --keyserver-options…
pradeep kumar
  • 131
  • 1
  • 3
  • 5
0
votes
1 answer

Track docker repositories pull

I searched for this, but couldn't get any answer. Is it possible to track (locations) of docker repositories pull ? I have a docker repo and would like to know who is pulling it to work with, think of it like google analytics for docker images Is…
Rad
  • 989
  • 3
  • 14
  • 31
0
votes
1 answer

Docker building an image for ELK stack

I'm new to Docker Installed the docker on ubuntu 12.04.Now I want to install ELK(Elastic search,Logstash and Kibana) on Single container.How can I go with?Any suggestions.
prem
  • 572
  • 2
  • 7
  • 26
0
votes
1 answer

docker pull using puppet not working

docker pull www.alm-docker-registry.com:8090/test... is working but when i am trying to do the same thing using puppet script, its showing error. Notice: /Stage[main]/Main/Exec[Pulling Docker Image]/returns: 2015/01/30 11:11:11 Authentication is…
0
votes
1 answer

Dockerhub automated build failing due to npm install bcrypt issue

I've got a Dockerfile that looks like so: FROM ubuntu:14.04 MAINTAINER Firstname Lastname ENV NODE_ENV production ENV PORT 3333 RUN apt-get update && apt-get install -y git nodejs npm htop RUN mkdir /root/.ssh/ && \ touch…
AJB
  • 7,389
  • 14
  • 57
  • 88
0
votes
1 answer

Docker Rest Apis using node.js

How to run the docker rest apis in the localhost environment using node.js. I need to know the port settings and the urls which will be used on it etc.
Rahul Tailwal
  • 3,183
  • 3
  • 14
  • 27
0
votes
1 answer

Is it possible to build docker tags automatically?

I would like to version the docker image on each commit into master or whenever I create a new git tag. Is it possible using their automated Docker registry? So far I could find only building on specific branches but I couldn't find any way to tell…
The user with no hat
  • 10,166
  • 20
  • 57
  • 80
0
votes
1 answer

How to patch exsisting images with new images in docker?

Suppose i have images pulled named, matrix-data and running with container names as matrix. Now i have few bug fixes in my matrix-data images and i want to patch it to current running images. Stop running container Build the new images with bug…
Sohan
  • 6,252
  • 5
  • 35
  • 56
0
votes
1 answer

DockerHub not updating repository timestamp when updated repo pushed with same tag

When I push an updated Docker image to DockerHub using the same repository name and tag (version number), the new layers appear to be uploaded to DockerHub, and my DockerHub UI main page indicates the repository with that name was updated "nn…
jfathman
  • 788
  • 3
  • 8
  • 13
0
votes
1 answer

How to tell DockerHub user vs org

Is there a way to tell if a DockerHub account is a user or an organization? For example, I think this Google account is an org. I know this account (mine) is a user. The URL structures are identical, and I haven't been able to find an obvious sign…
dfarrell07
  • 2,872
  • 2
  • 21
  • 26
0
votes
2 answers

Adding a directory from the host filesystem to the docker filesystem (not in a dockerfile)

I have a docker image already. I want to be able to add a directory from the host file system to the docker filesystem. I know that if I am using a base image, I could use the ADD command in the dockerfile but I am not actually using a base image, I…
Keeto
  • 4,074
  • 9
  • 35
  • 58
-1
votes
0 answers

tls: failed to verify certificate: x509: certificate signed by unknown authority

after pulling docker from dockerhub f22ccc0b8772: Retrying in 1 second 3cf8fb62ba5f: Retrying in 1 second e80c964ece6a: Retrying in 1 second tls: failed to verify certificate: x509: certificate signed by unknown authority reinstall ca certificate
-1
votes
0 answers

Docker Service Unavailable while using docker agent in Jenkins

I want to use docker agent on jenkins but I get the following error when running the pipeline script `+ docker inspect -f . node:16-alpine error during connect: Get "https://docker:2376/v1.24/containers/node:16-alpine/json": Service Unavailable` Can…
-1
votes
0 answers

Deployed full stack project on Render but React project is not fetching api endpoint correctly?

I have a Java Springboot/React project I deployed on Render - Springboot for backend, React for frontend. I deployed my Springboot project on Render through DockerHub since Render doesn't have the backend environment to deploy Java specifically.…
Jess Y.
  • 19
  • 2