Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjwrd/docker
Including Docker Deployments
https://github.com/bjwrd/docker
docker docker-compose docker-secrets docker-swarm dockerfile mysql python ssl trivy
Last synced: 2 days ago
JSON representation
Including Docker Deployments
- Host: GitHub
- URL: https://github.com/bjwrd/docker
- Owner: BJWRD
- License: mit
- Created: 2023-06-14T14:52:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T10:24:04.000Z (over 1 year ago)
- Last Synced: 2024-11-30T04:34:32.250Z (2 months ago)
- Topics: docker, docker-compose, docker-secrets, docker-swarm, dockerfile, mysql, python, ssl, trivy
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker
Welcome to the Docker Examples Repository! This repository contains a collection of examples and best practices for working with Docker, an open-source platform that allows you to automate the deployment and management of applications using containerisation.
## Getting Started
To explore the Docker deployments in this repository, follow these steps:#### 1. Clone the repository to your local machine:
git clone https://github.com/BJWRD/Docker.git
#### 2. Navigate to the required repository directory:
cd Docker
#### 3. Choose one of the available deployments from the list below and follow the instructions provided in their respective directories:* [docker-certs-101](https://github.com/BJWRD/Docker/docker-certs-101): `An example of configuring an SSL Certificate for your Docker Container.`
* [docker-mysql-backups](https://github.com/BJWRD/Docker/docker-mysql-backups): `MySQL Database, provisioned and hosted via Docker-Compose. Including a Trivy Image Scan, Docker Secrets implementation, followed by a Database Backup.`
* [docker-simple-webapp-python-flask](https://github.com/BJWRD/Docker/docker-simple-webapp-python-flask): `This is a simple web application using Docker and Python Flask.`
Feel free to explore each example's directory for detailed instructions on how to use Docker. Each example comes with its own README file that provides step-by-step guidance.
## License
This repository is licensed under the MIT License. Feel free to use the examples provided here for educational use.Happy exploring with Docker! If you have any questions or need assistance, please don't hesitate to reach out.