https://github.com/mendhak/docker-yandex-pgmigrate
https://github.com/mendhak/docker-yandex-pgmigrate
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendhak/docker-yandex-pgmigrate
- Owner: mendhak
- Created: 2020-08-04T13:14:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T15:19:00.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T00:27:45.171Z (about 1 year 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 .
```