Skip to content
/ dev Public

An image to be used on your development workflow.

License

Notifications You must be signed in to change notification settings

laramatics/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel DevContainer

GitHub Docker Image Size (tag) Docker Pulls Docker Image Version (latest semver) Docker Cloud Automated build Docker Cloud Build Status

About

This repository contains all features of laramatics/container and laramatics/gitlab-ci to give you full features needed to start developing your next awesome project.

How to use

Simply run this command in your project directory:

docker run --name=myapp -d -p 8081:80 -v $(pwd):/var/www/html laramatics/dev

now you can access your app from http://localhost:8081.

if you want to install npm/composer packages simply ssh into your container and do what you need to do:

docker exec -it myapp ash

Enjoy.

About

An image to be used on your development workflow.

Resources

License

Stars

Watchers

Forks

Packages

No packages published