You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 months ago | |
---|---|---|
bin | 6 months ago | |
.gitignore | 6 months ago | |
Dockerfile | 6 months ago | |
README.md | 6 months ago | |
docker-compose.yml | 6 months ago | |
entrypoint.sh | 6 months ago |
README.md
GNU/Linux Debian image for development
Configure
Create data dir
mkdir data
Start container
docker-compose up -d
Read logs for root password
docker-compose logs -f
Only /home directory is persistent
User configure
Configuration files
- /home/packages : Install packages on restart container
- /home/services : Start services on restart container
Add packages on /home/packages (like apt install ) and reboot Add services on /home/services) (like service start) and reboot
Example:
/home/packages
nginx-full
php-fpm
/home/services
nginx