Dockerfiles for various services
Go to file
Joan Sanchez 2c8d020d6b Osticket theme CSS fixes 2021-03-27 17:27:08 +01:00
apache Apache with extensible config 2020-01-23 11:50:12 +01:00
certbot Certbot 2020-02-06 10:51:28 +01:00
debuild debuild fixes 2020-01-16 17:55:53 +01:00
freeradius freeradius: only use eap-ttls-pap 2020-04-17 12:19:52 +02:00
jenkins Updated jenkins v2.280 2021-02-17 13:40:05 +01:00
mediawiki Mediawiki 2020-01-18 13:12:31 +01:00
osticket Osticket theme CSS fixes 2021-03-27 17:27:08 +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 Updated portainer image to portainer-ce 2.0 2020-10-27 09:59:07 +01:00
redmine Removed compose file 2020-12-04 13:49:48 +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 Freeradius with ldap support 2020-04-16 21:40:49 +02: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 (If you don't logout, credentials will remain saved in your home directory).

$ docker logout [registryUrl]

Test image locally

$ docker run -d --name [containerName] [registryUrl]/[imageName]:[tag]