Skip to content

Unsafe Username/Password protected registry for any use that requires you to have a docker registry locally

License

Notifications You must be signed in to change notification settings

ipepe-oss/docker-unsafe-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docker-unsafe-registry

Unsafe Username/Password protected registry for any use that requires you to have a docker registry locally

Usage - docker-compose - build locally

version: '2'
services:
  registry:
    container_name: registry
    build: .
    ports:
      - "5000:5000"

Usage - docker-compose - pull from docker hub

version: '2'
services:
  registry:
    container_name: registry
    image: ipepe/unsafe-registry
    ports:
      - "5000:5000"

Usage - docker run - pull from docker hub

docker run -d -p 5000:5000 --name registry ipepe/unsafe-registry

What for?

This registry is answer to hosting docker images locally in kamal deployments. This is config:

registry:
  server: localhost:5000
  username: 'unsafe'
  password: 'R3g1stry'

About

Unsafe Username/Password protected registry for any use that requires you to have a docker registry locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published