https://github.com/robertoachar/docker-go
:whale: A playground for Docker with Go.
https://github.com/robertoachar/docker-go
docker docker-compose go golang
Last synced: 2 months ago
JSON representation
:whale: A playground for Docker with Go.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-go
- Owner: robertoachar
- License: mit
- Created: 2017-11-12T23:41:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T00:30:35.000Z (over 7 years ago)
- Last Synced: 2024-12-26T07:42:19.687Z (4 months ago)
- Topics: docker, docker-compose, go, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-go
[![License][license-badge]][license-url]
> A playground for Docker with Go.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/docker-go.git
```# Docker
* Building an image
```bash
$ docker-compose build
```* Running a container
```bash
$ docker-compose up
```* Stopping a container
```bash
$ docker-compose down
```# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/docker-go/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/docker-go.svg
[license-url]: https://opensource.org/licenses/MIT