Skip to content

monstrenyatko/docker-rpi-registry

 
 

Repository files navigation

Docker Registry image for Raspberry Pi

Build Status

About

This is the Raspberry Pi port of the official Docker image for registry.

Upstream Links

Quick Start

  • Pull prebuilt Docker image:

     	docker pull monstrenyatko/rpi-registry
  • Start prebuilt image:

     	docker-compose up -d
  • Stop/Restart:

     	docker-compose stop
     	docker-compose start

Container is already configured for automatic restart (See docker-compose.yml).

Build own image

		cd <path to sources>
		./build.sh <tag name>

About

Recipe to build the Docker Registry image for Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%