https://github.com/flatfisher/docker-go-playground
https://github.com/flatfisher/docker-go-playground
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flatfisher/docker-go-playground
- Owner: flatfisher
- License: mit
- Created: 2019-02-28T11:43:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T01:05:53.000Z (over 7 years ago)
- Last Synced: 2024-12-30T22:29:27.944Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-go-playground
## Database
```
$ docker-compose build
$ docker-compose up
// https://dev.mysql.com/doc/sakila/en/
$ mysql -h 127.0.0.1 -P 3306 -u root -p < sakila-schema.sql
$ mysql -h 127.0.0.1 -P 3306 -u root -p < sakila-data.sql
```
## Test
```
$ go test -v
```
## Links
- https://globalfishingwatch.org/