This is a software used to validate some things when we start a new environment, for example the variables that are available in the environment, or the connection to the database.
If you have the binary in your PATH, you can use it directly:
$ buster [COMMAND]
To check the variables in the environment, you can use:
$ buster env
This will show you the variables that are available in the environment.
To check the connection to the database, you can use:
$ DATABASE_URL=postgresql://localhost/db_name buster database --ssl=false
This will try try to connect to the database and show a succeed message if it works.
In order to build the image, you need to have docker installed. And run the following command:
$ docker build -t buster .
To generate a new executable, you need to run go in the root directory of the project.
Content type
Image
Digest
Size
3 MB
Last updated
about 5 years ago
docker pull moove/buster