Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D245
Change Details
Change Details
Old
New
Diff
Build a new container for DevCentral and see how Drydock repository automation behaves. To test UTF-8 environment propagation : ``` $ mkdir /tmp/phpinfo $ cd /tmp/phpinfo $ cat > index.php <?php phpinfo(32); ^D $ docker run -d -v /tmp/phpinfo:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php-fpm ```
Build a new container for DevCentral and see how Drydock repository automation behaves. To test UTF-8 environment propagation: ``` $ mkdir /tmp/phpinfo $ cd /tmp/phpinfo $ cat > index.php <?php phpinfo(32); ^D $ docker run -d -v /tmp/phpinfo:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php-fpm ```
Build a new container for DevCentral and see how Drydock repository automation behaves. To test UTF-8 environment propagation
: ``` $ mkdir /tmp/phpinfo $ cd /tmp/phpinfo $ cat > index.php <?php phpinfo(32); ^D $ docker run -d -v /tmp/phpinfo:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php-fpm ```
Continue