stackinstance/docker-ubuntu

Stack Instance Docker Ubuntu

Maintainers

Package info

github.com/stackinstance/docker-ubuntu

Language:Dockerfile

Type:symfony-bundle

pkg:composer/stackinstance/docker-ubuntu

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2017-05-11 10:47 UTC

This package is not auto-updated.

Last update: 2026-02-23 23:35:55 UTC


README

When your developing (for example) in Symfony2 and want to use Docker for development, you can use this package to include Docker into your (Symfony2) project. This package will include a Docker instance with Ubuntu 14.04 installed with php + apache2 and APC. Just follow the installation steps and your done.

Installation steps:

Step 1: run command:

composer require stackinstance/docker-ubuntu:dev-master --dev

Step 2: run command:

vendor/stackinstance/docker-ubuntu/install.sh

Step 3: Open docker terminal and run command:

vendor/stackinstance/docker-ubuntu/docker/tools/rebuild.sh

Your (local) project root will be mapped to the /var/www directory on the Docker instance. The web root folder is mapped to the (local) web directory in your project.

Website