Testing the Portus Project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mikts 01684ae798 new: drone-ci example 3 years ago
drone-ci-stack new: drone-ci example 3 years ago
registry Initial Commit 3 years ago
secrets Initial Commit 3 years ago
README.md Initial Commit 3 years ago
docker-compose.yml Initial Commit 3 years ago

README.md

Portus Test Repository

A simple docker-compose repository to test the Portus click here for the project's documentation

Instructions

  • docker-compose up
  • open your browser on http://127.0.0.1:3000
  • Create the admin user
  • Add 127.0.0.1:5000 as registry
    • name: the name of your registry
    • use ssl: do not tick it
    • external registry name: 127.0.0.1:5000
  • `docker-login 127.0.0.1:5000
  • tag an image with the prefix 127.0.0.1:5000/
  • docker push <your image>