https://github.com/danilosouza55/docker-images
Docker images of some languages and tools.
https://github.com/danilosouza55/docker-images
docker docker-compose docker-image flutter postgres postgresql
Last synced: 2 months ago
JSON representation
Docker images of some languages and tools.
- Host: GitHub
- URL: https://github.com/danilosouza55/docker-images
- Owner: danilosouza55
- License: mit
- Created: 2024-03-01T00:46:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T19:56:44.000Z (5 months ago)
- Last Synced: 2026-01-26T11:15:41.531Z (5 months ago)
- Topics: docker, docker-compose, docker-image, flutter, postgres, postgresql
- Language: Dockerfile
- Homepage: https://hub.docker.com/u/danilo55555
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Docker images of some languages and tools.
## Images
#### Flutter
- Fluter 3.19.2
- Fluter 3.22.1
- Fluter 3.24.1
- Fluter 3.35.1
#### Postgres
- Postgres SQL 16.0
- Postgres SQL 15.4
- Postgres SQL 14.2
- Postgres SQL 9.6
#### Subir container docker
docker run --name postgres-teste -e POSTGRES_PASSWORD=testeteste -p 5432:5432 -v /home/danilo/postgres/data-5432:/var/lib/postgresql/data -d danilo55555/postgres:16.0
Images from this repository are shared on the [Docker Hub](https://hub.docker.com/u/danilo55555).