All Projects → puppetlabs → Europa

puppetlabs / Europa

Licence: apache-2.0
Puppet Container Registry

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Europa

Owasp Workshop
owasp-workshop: Orchetraing containers with Kubernetes
Stars: ✭ 116 (+1.75%)
Mutual labels:  docker-container, docker-registry
Dockernotes
Docker入门精华版
Stars: ✭ 107 (-6.14%)
Mutual labels:  docker-container, docker-registry
Dockstation
DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
Stars: ✭ 1,744 (+1429.82%)
Mutual labels:  docker-container, docker-images
Containerregistry
A set of Python libraries and tools for interacting with a Docker Registry.
Stars: ✭ 183 (+60.53%)
Mutual labels:  docker-registry, docker-images
Manifest Tool
Manifest tool for manifest list object creation/query
Stars: ✭ 355 (+211.4%)
Mutual labels:  docker-registry, docker-images
Sakuli
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
Stars: ✭ 115 (+0.88%)
Mutual labels:  docker-container, docker-images
docker-credential-magic
A magic shim for Docker credential helpers 🪄
Stars: ✭ 56 (-50.88%)
Mutual labels:  docker-registry, docker-images
Docker Credential Gcr
A Docker credential helper for GCR users
Stars: ✭ 192 (+68.42%)
Mutual labels:  docker-registry, docker-images
Dockercheatsheet
🐋 Docker Cheat Sheet 🐋
Stars: ✭ 3,301 (+2795.61%)
Mutual labels:  docker-container, docker-registry
dockerX
Examples of amazing Docker/Docker-Compose/Docker Swarm technologies
Stars: ✭ 17 (-85.09%)
Mutual labels:  docker-registry, docker-images
Laradock
Full PHP development environment for Docker.
Stars: ✭ 11,064 (+9605.26%)
Mutual labels:  docker-container, docker-images
Docker Bind
Bind caching DNS server on Debian with wild-card domain support
Stars: ✭ 50 (-56.14%)
Mutual labels:  docker-container, docker-registry
docker-nginx-mainline
Devilbox's Nginx mainline (based on official Nginx Docker) [multi-arch]
Stars: ✭ 15 (-86.84%)
Mutual labels:  docker-container, docker-registry
Awesome Docker
🐳 A curated list of Docker resources and projects
Stars: ✭ 20,870 (+18207.02%)
Mutual labels:  docker-container, docker-registry
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-49.12%)
Mutual labels:  docker-container, docker-registry
Imagewolf
Fast Distribution of Docker Images on Clusters
Stars: ✭ 94 (-17.54%)
Mutual labels:  docker-registry
Reg
Docker registry v2 command line client and repo listing generator with security checks.
Stars: ✭ 1,485 (+1202.63%)
Mutual labels:  docker-registry
Forte
Forte is a flexible and powerful NLP builder FOR TExt. This is part of the CASL project: http://casl-project.ai/
Stars: ✭ 89 (-21.93%)
Mutual labels:  pipeline
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (+1041.23%)
Mutual labels:  pipeline
Terraform Aws Ecr
Terraform Module to manage Docker Container Registries on AWS ECR
Stars: ✭ 110 (-3.51%)
Mutual labels:  docker-registry

Puppet Container Registry

Puppet Container Registry (formerly known as Europa from Distelli) makes it easy for software teams to host Docker images within their infrastructure along with a unified view of all their images stored in local and remote repositories.


https://puppet.com/products/puppet-container-registry

Getting Started

To get started with Community Edition you can pull the latest image from Docker Hub:

docker pull distelli/europa:latest

docker run -d --rm -p 3306:3306 --name=mysql -e MYSQL_DATABASE=pcr -e MYSQL_USER=pcr -e MYSQL_PASSWORD=password -e MYSQL_ROOT_PASSWORD=password mysql/mysql-server:latest
docker run --rm --name europa -e EUROPA_DB_ENDPOINT=mysql://172.17.0.2:3306/pcr -e EUROPA_DB_USER=pcr -e EUROPA_DB_PASS=password --link mysql:mysql -p 8080:80 -p 8443:443 distelli/europa:latest

Full documentation and a getting started guide is available at https://puppet.com/docs/container-registry/team/index.html

Contribute

Please see CONTRIBUTING.md for details on how to contribute issues, fixes, and patches to this project.

Support

If any issues are encountered while using PCR Community Edition, please file an issue on the GitHub issue tracker.

License

This project is distributed under Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].