|
|
|
|
|
by stephenr
3162 days ago
|
|
If a box provides Postgres it's just `vagrant init vendor/boxname && vagrant up`. That's what you're relying on with a '1 line command' in docker to give you Postgres: an image that someone else has created. Whether a Postgres-only box exists in Vagrantcloud is irrelevant, unless your argument is purely on the merits of the pre-made boxes/images third parties have contributed. |
|