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.
638 B
638 B
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