Skip to content

Vscode and Docker Remote Development Environment for Web (Apache), PHP and Sqlite

Notifications You must be signed in to change notification settings

jkowalk/docker-lamp-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devcontainer for LAMP (Ubuntu, Apache, Sqlite, PHP) works with VSCode and Docker

I found this to be a very easy development environment for developing websites for running on my raspberry pi. On windows all you need is Docker Desktop running and Vscode with the Remote Development extension pack. Then you can open the folder in a container by clicking the button in the left bottom corner. You can put your files right at the folder root. Here you can find a detailed tutorial on how to set it up.

You can reach your website by typing localhost in your browser.