Skip to content

Example of using docker-sync for developing a symfony application on OSX.

Notifications You must be signed in to change notification settings

Flexicon/symfony-docker-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Symfony 4 setup with docker-sync

Example of using docker-sync for developing a symfony application on OSX.

Running the example

$ cd .docker
$ docker-sync-stack start

If everything went okay, then the app should be listening on http://localhost:8500

Also, there should be 2 example endpoints available: /foo and /todo with static and persisted data respectively.

Stats

I tested and compared different solutions for running symfony in docker on a Mac, these are the average results

Docker for symphony

Default volume sync     ~800ms

Docker cached flag      ~300ms

Docker-sync             ~50ms

About

Example of using docker-sync for developing a symfony application on OSX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published