Home > other >  Docker private servers set up problem
Docker private servers set up problem

Time:09-20

Try to set up a private servers, how to push on the server when how old let me push to a public server?

 
[root @ localhost docker] # docker push 192.168.8.8:5000/SSH
The push refers to a repository 192.168.8.8:5000/SSH (len: 1)
Sending the image list

Do you really want to push to the public registry? [y/n] :



Version is as follows,
 
[root @ localhost docker] # docker info
Containers: 10
Images: 24
Storage Driver: the devicemapper
The Pool Name: docker - 253:0-1193027 - Pool
The Pool Blocksize: 65.54 kB
Backing Filesystem: XFS
The Data file:/dev/loop0
The Metadata file:/dev/loop1
The Data Space, informs: 2.88 GB
Data Space Total: 107.4 GB
Data Space Available: 7.487 GB
The Metadata Space 2:3.535 MB
The Metadata Space Total: 2.147 GB
The Metadata Space Available: 2.144 GB
Udev Sync Supported: true
Deferred Removal Enabled: false
Data loop file:/var/lib/docker devicemapper/devicemapper/Data
The Metadata loop file:/var/lib/docker devicemapper/devicemapper/Metadata
The Library Version: 1.02.107 - RHEL7 (2015-12-01)
Execution Driver: native - 0.2
Logging Driver: json - the file
The Kernel Version: 3.10.0-327.10.1. El7. X86_64
Operating System: CentOS Linux 7 (Core)
CPUs: 1
The Total Memory: 1.797 GiB
Name: localhost. Localdomain
BTW: ID: 3 VIIU: JKGO: 3 roc: GTK5: Y572: W3B4: NECM: BHA3: A6MV: OFI6: UPTV
WARNING: bridge - nf - call - iptables is disabled
WARNING: bridge - nf - call - ip6tables is disabled


 
[root @ localhost docker] # docker images'
The REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
192.168.8.8:5000/SSH latest 0 e4358e46f67 2 weekes line 272 MB
The test/busybox latest fef924a0204a 2 weekes line 1.114 MB
Docker. IO/busybox latest fef924a0204a 2 weekes line 1.114 MB
Docker. IO/registry latest 07 d93e41c370 five weekes line 422.8 MB

CodePudding user response:



Confirm the service is normal!!!!!

CodePudding user response:

Don't touch... Did you enable SSL? My side push to my own private library without you that prompt version 1.11.1

CodePudding user response:

Adds a digital certificate to do the free log in action?
Docker logout try to push again

CodePudding user response:

In the configuration file of docker and you didn't go with your private address, need to be configured

CodePudding user response:

The image tag, then push to see
  • Related