Dockerfiles for various services
Go to file
Juan Ferrer cef9266960 README updated 2020-01-24 11:37:07 +01:00
apache Apache with extensible config 2020-01-23 11:50:12 +01:00
debuild debuild fixes 2020-01-16 17:55:53 +01:00
jenkins README updated, added jenkins & portainer 2020-01-07 10:32:27 +01:00
mediawiki Mediawiki 2020-01-18 13:12:31 +01:00
phpldapadmin phpldapadmin 2020-01-19 20:47:41 +01:00
phpmyadmin phpMyAdmin style fixes 2020-01-13 20:31:43 +01:00
portainer Portainer compose file renamed 2020-01-07 11:20:59 +01:00
reprepro reprepro security fix 2020-01-16 18:02:43 +01:00
LICENSE Initial commit 2020-01-07 09:22:41 +00:00
README.md README updated 2020-01-24 11:37:07 +01:00

README.md

Docker

Dockerfile and compose files used as basis for service deployment.

Build and push an image

Build the image.

$ docker build -t [registryUrl]/[imageName]:[tag] [folder]

Login into docker registry.

$ docker login [registryUrl]

Push the image.

$ docker push [registryUrl]/[imageName]:[tag]

Logout from docker registry (Optional, if you don't logout, credentials will remain saved at your home directory).

$ docker logout [registryUrl]