docker-samples
docker-samples copied to clipboard
Custom ready-to-use Docker images
docker-samples
Custom ready-to-use Docker images.
Samples
MySQL/MariaDB
- Server with periodic backup: MariaDB server with a daily backup schedule | reference guide: MySQL/MariaDB with scheduled backups running in Docker @ Medium.
Nginx
-
Server with logs stored in custom paths: Alpine Nginx server with
error.logandaccess.logstored in custom paths. -
Server listening in custom port: Alpine Nginx server listening on port
8080.
SSH access
-
Public Key Authentication: Ubuntu-based image that accepts SSH connections and authenticates the user through a private and public key pair. P.S.: the upstream repository is hosted on GitLab.
-
Public Key Authentication :: AWS Fargate: A special flavor of the Public Key Authentication solution, designed to allow SSHing into AWS Fargate managed containers. P.S.: the upstream repository is hosted on GitLab.
Tomcat
- Access log backup: Alpine Linux that organizes Tomcat access logs into a year/month/day hierarchical backup folders structure.
How to contribute
Please make sure to take a moment and read the Code of Conduct.
Report issues
Please report bugs and suggest features via the GitHub Issues.
Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.
Contribute code
Please make sure to read the Contributing Guide before making a pull request.