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.
Michalis Tsoukatos
ee41f79eda
|
4 years ago | |
---|---|---|
registry | 4 years ago | |
secrets | 4 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 4 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 registryuse ssl
: do not tick itexternal 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>