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.

562 B

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>