An open API service indexing awesome lists of open source software.

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.

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).