Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
php
 
 
 
 
 
 

README.md

Dockerfiles

A repo of Dockerfiles for images to be hosted on the Docker registry.

Publishing to Dockerhub workflow

  1. Create a new folder for your image with a new Dockerfile and any other required files
  2. Build your image, creating a unique tag w/ the bufferapp namespace. This is telling docker to build the Dockerfile found in your current directory (.).
$ docker build -t bufferapp/apache-php:1.2.0 .
# ...docker creates your image...
$ docker images
REPOSITORY              TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
bufferapp/apache-php    1.2.0               94edd5d07de6        30 seconds ago      508.4 MB
  1. After testing it out publish it to Docker Hub:
$ docker push bufferapp/apache-php:1.2.0
  1. Add an optional description for the image on Docker Hub

About

Dockerfiles for various Buffer container images

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.