-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6148235
commit 44e8701
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Supported tag and `Dockerfile` link | ||
|
||
- [`alpine` `latest` _(Dockerfile)_](https://github.com/robertpeteuil/docker-alpine-docker-compose/blob/master/Dockerfile) | ||
|
||
|
||
# ALPINE-DOCKER-COMPOSE | ||
|
||
Extremely small **Docker-Compose** image built with **Alpine Linux 3.6** | ||
|
||
Can be pulled using one of the following commands: | ||
|
||
```shell | ||
docker pull robpco/alpine-docker-compose | ||
# or | ||
docker pull robpco/alpine-docker-compose:alpine | ||
``` | ||
|
||
**GitHub Repo**: <https://github.com/robertpeteuil/docker-alpine-docker-compose> | ||
|
||
**Docker Hub Images**: <https://hub.docker.com/r/robpco/alpine-docker-compose/> |