An open API service indexing awesome lists of open source software.

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.

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