https://github.com/robertoachar/docker-python
:whale: A playground for Docker with Python.
https://github.com/robertoachar/docker-python
docker docker-compose python
Last synced: about 2 months ago
JSON representation
:whale: A playground for Docker with Python.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-python
- Owner: robertoachar
- License: mit
- Created: 2017-10-21T23:09:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T21:57:36.000Z (over 8 years ago)
- Last Synced: 2025-06-05T18:49:01.198Z (about 1 year ago)
- Topics: docker, docker-compose, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-python
[![License][license-badge]][license-url]
> A playground for Docker with Python.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/docker-python.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-python/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/docker-python.svg
[license-url]: https://opensource.org/licenses/MIT