https://github.com/tty47/docker_tools
Some Docker common tools
https://github.com/tty47/docker_tools
Last synced: 4 months ago
JSON representation
Some Docker common tools
- Host: GitHub
- URL: https://github.com/tty47/docker_tools
- Owner: tty47
- Created: 2022-03-25T08:51:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T19:32:58.000Z (about 3 years ago)
- Last Synced: 2025-04-08T14:21:24.823Z (about 1 year ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Tools
Some useful resources for docker.
- PostgreSQL
- Create a PostgreSQL server and start a the container PgAdmin.
- Access to the console:
- Build the container.
- Access to: http://localhost:5050
- The user and password is in the ENV vars.
- Redis
---
## Requirements
- [x] Docker installed
- [x] Docker Compose installed
---
## How to setup
- First, go to the folder that you want to setup.
- Only first time, execute: `docker-compose up --build`
- After, simply execute: `docker-compose up`
- If you want it to run in the background: `docker-compose up -d`
---
Jose Ramon Mañes