Docker container for ARM in Windows10 Looks great! Docker for Windows work fine, even in this early beta release. Full release expected later this year. 31 mars, 2016 easecLämna en kommentar
Some good news from Docker Some good news from Docker: Docker for Mac Docker for Windows Some highlights: VPN mode, could run Docker Containers with different architecture, like ARM in Docker for Windows. For now support for Docker containers, but later on also support for Windows containers. 30 mars, 2016 easecLämna en kommentar
Error 500 Apache2 and PHP This is more a note for me, to remember this when my memory steps away! In PHP, I have: Code snippet: session_start(); ini_set(‘display_errors’,1); ini_set(‘display_startup_errors’,1); error_reporting(-1); Throws a 500 error, when I tried to access the page. You have to add this line in .htaccess: php_flag display_errors 1 And then restart the server with: service apache2 restart Referens: http://stackoverflow.com/questions/17693391/500-internal-server-error-for-php-file-not-for-html 29 mars, 2016 easecLämna en kommentar
Intressant blogginlägg från Expressen utvecklingsavdelningen http://utveckling.expressen.se/blogg/fem-containers-ar-fler-an-fyra-servrar/ 27 mars, 2016 easecLämna en kommentar
Installation av docker-compose på Ubuntu Wily 15.10 Installation av docker-compose på Ubuntu Wily 15.10 27 mars, 2016 easecLämna en kommentar
WordPress i Docker container på Raspberry Pi Model 2 WordPress i Docker container på Raspberry Pi Model 2 24 mars, 2016 easecLämna en kommentar