https://github.com/telman03/docker-tutorial
This repository provides a Docker configuration to set up a development environment for a Java and PostgreSQL project. Run your code in a containerized environment with ease.
https://github.com/telman03/docker-tutorial
docker docker-compose
Last synced: about 2 months ago
JSON representation
This repository provides a Docker configuration to set up a development environment for a Java and PostgreSQL project. Run your code in a containerized environment with ease.
- Host: GitHub
- URL: https://github.com/telman03/docker-tutorial
- Owner: telman03
- Created: 2023-04-13T17:57:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T07:15:46.000Z (over 2 years ago)
- Last Synced: 2024-04-29T00:14:35.353Z (about 2 years ago)
- Topics: docker, docker-compose
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Tutorial
This is a beginner's tutorial for Docker, a platform for developing, shipping, and running applications using containerization technology. In this tutorial, we will cover the basics of Docker and how to use it to build, run, and manage containers.
## Table of Contents
- [How to view tables inside docker containers?](https://github.com/telman03/docker-tutorial/blob/main/tutorial/dbtables.md)
- [How to dockerize spring boot application?](https://github.com/telman03/docker-tutorial/blob/main/tutorial/dockerizespringboot.md)
- [How to run PostgreSQL Database Inside Docker Container with Docker Compose?](https://github.com/telman03/docker-tutorial/blob/main/tutorial/docker-postgre.md)
- [How to run MongoDB inside a Docker container?](https://github.com/telman03/docker-tutorial/blob/main/tutorial/dockermongo.md)
- [How to run Spring boot + PostgreSQL on docker container?(Multicontainer)](https://github.com/telman03/docker-tutorial/blob/main/tutorial/springboot-postgre.md)