stackinstance / docker-ubuntu
Stack Instance Docker Ubuntu
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Dockerfile
Type:symfony-bundle
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-01-13 18:29:32 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.