Questions tagged [dtr]

DTR(Docker Trusted Registry) allows you to store and manage your Docker images on-premises.

DTR(Docker Trusted Registry) allows you to store and manage your Docker images on-premise or in your virtual private cloud to support security or regulatory compliance requirements. Simply install and configure Docker Trusted Registry through the web admin console, integrate to your preferred storage, authenticate to your Active Directory / LDAP services and integrate into key software development workflows like Continuous Integration (CI) and Continuous Delivery (CD).

https://www.docker.com/products/docker-trusted-registry

18 questions
17
votes
2 answers

Docker Registry vs Docker "Trusted" Registry

I just read the entire docs on securing a private Docker Registry. In addition to this, there seems to be a "Docker Trusted Registry", which is described as: Docker Trusted Registry (DTR) lets you run and manage your own Docker image storage…
smeeb
  • 27,777
  • 57
  • 250
  • 447
4
votes
2 answers

Docker CE on premises with private repository: possible?

I am wondering if it is possible to setup Docker CE on premises with a private repository (using DTR engine or other alternative if they exist)? My company has some strict rules to not have things in the cloud... I know this is possible with the EE…
Dave
  • 43
  • 2
1
vote
1 answer

How to push the image into DTR Docker Trusted Repository Using Jenkins

I am looking for plugin which will build the docker Image and ush it to DTR using Jenkins I have linux vm machine 10.1.2.3 (Build Machine) Here I want to build the Image The DTR repository is https://vm-some-repo.com I am new to Docker and Jenkins…
1
vote
1 answer

Error response from daemon: Get https://x.x.x.x/v1/users/: x509: certificate signed by unknown authority

I'm new in docker and I testing some stuffs. I had installed a UCP to upload my images but when I wanted login to UCP with CLI showed this error: Error response from daemon: Get https://x.x.x.x/v1/users/: x509: certificate signed by unknown…
DrakoRod
  • 31
  • 8
1
vote
1 answer

Ports are blocked: Can't install Docker Universal Control Plane on Ubuntu guest using VMware

I'm trying to install DCP (Docker Universal Control Plane) on a Ubuntu guest virtual machine on VMware (on a Windows 10 host, with bridged network) in order to install and use DTR (Docker Trusted Registery) on it. This command docker run --rm -it…
Aziz
  • 931
  • 2
  • 10
  • 19
1
vote
1 answer

Unable to set up Docker UCP cluster

I am trying to install UCP master using the below command docker run --rm -i -v /var/run/docker.sock:/var/run/docker.sock --name ucp docker/ucp:1.0.3 install However, I am getting the below error ERRO[0029] Failed to set up initial UCP…
meallhour
  • 13,921
  • 21
  • 60
  • 117
0
votes
0 answers

Setting DTR-line with (one) batch file

To enable/disable the comport DTR control line I have to use a batchfile. What works, is to open the ComPort and/or to enable/disable the DTR-Line. But the big problem is, with each new call of the batch file the comport is closed again because the…
KD17
  • 35
  • 1
  • 1
  • 8
0
votes
1 answer

how to convert datetime to string and make it in a datetimepicker

I created a Search in vb.net button that allows me to display the elements of my table 'book' with as properties (code_ouvrage,id, title book, publishing house and date of edition) now I would like that when I do the search that the value of date of…
0
votes
0 answers

docker trust command gives "No signatures or cannot access prod.organization.dtr.com" for an image which already exist

Docker trust is throwing an error for the following command, when in fact the image exists and I can even pull it with no issues: docker trust inspect ourcompanydtr.com/dev/tool:april12 And the error I am getting is this one: No signatures or…
Nova
  • 1
  • 2
0
votes
1 answer

How do I uninstall Docker Trusted Registry (DTR)?

I had installed the DTR on a single manager, worker cluster (playing with it to get a better understanding before setting up a proper environment) The DTR installation was successful. I wanted to uninstall the DTR and there were no issues in…
Manglu
  • 10,744
  • 12
  • 44
  • 57
0
votes
1 answer

Transaction Rooms APIs

I am trying to call transaction rooms APIs. I have followed all steps related to generating a token and i am sure 100% that I have a correct token and refresh token. This token which I use for cartavi APIs rooms and other endpoints but I always get…
Imad Eddin
  • 181
  • 2
  • 5
0
votes
1 answer

Is Docker Trusted Registry mandatory to set up a Docker Private Registry?

Not sure if SO is the correct forum to ask the following question. Please move them to the correct one if it's not. I'd like to set up a Docker Private Registry, but after reading Docker's documentation (and related SO questions) - am not sure…
boardrider
  • 5,882
  • 7
  • 49
  • 86
0
votes
1 answer

jenkins pipeline with docker registry credential error

I am getting error while trying to login dtr from my pipeline groovy scrit. it is saying that that was a credential error. docker.withRegistry('https://dtrlb-oe3ko7eumonjw.eastus.cloudapp.azure.com/','ddcadmin') and my error is: enter image…
0
votes
0 answers

Cannot add controller replica to the existing UCP cluster

I have UCP cluster with 3 controllers and 3 regular nodes. I was able to successfully setup the cluster the first time. However, I am trying to do a fresh-install on one of the controllers but i am getting the following error while running the join…
meallhour
  • 13,921
  • 21
  • 60
  • 117
0
votes
1 answer

How to backup root-ca-only from UCP replica

I am trying to backup UCP master root-ca-only from UCP replica server: docker run --rm -i --name ucp -v /var/run/docker.sock:/var/run/docker.sock docker/ucp:1.1.0 backup --root-ca-only --id…
meallhour
  • 13,921
  • 21
  • 60
  • 117
1
2