https://github.com/mendhak/docker-yandex-pgmigrate
https://github.com/mendhak/docker-yandex-pgmigrate
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendhak/docker-yandex-pgmigrate
- Owner: mendhak
- Created: 2020-08-04T13:14:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T15:19:00.000Z (over 5 years ago)
- Last Synced: 2025-02-12T06:38:49.111Z (11 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A docker image that contains the `yandex-pgmigrate` pip package.
To run it,
```
docker run --rm mendhak/yandex-pgmigrate -t latest migrate
```
To build this image,
```
docker build -t mendhak/yandex-pgmigrate .
```