docker run -it *IMAGE* sh
docker run -it *IMAGE* bash
Если команды выполняются внутри runner контейнера, как мне выкачать проект из гита и положить его на хосте?
Reinitialized existing Git repository in /builds/gitlab/_xxx_/_xxx_/.git/
From _xxx_
2c41219..48aa22e master -> origin/master
Checking out 48aa22eb as master...
if(xhr.getResponseHeader('X-Eproc-Message')[0].message = 'error.pko-nomenclature-tru-exists') {
if(xhr.getResponseHeader('X-Eproc-Message')[0].message === 'error.pko-nomenclature-tru-exists') {
SSLEngine on
SSLStrictSNIVHostCheck on
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:-MEDIUM
<VirtualHost *:80>
DocumentRoot "/var/websiteexample/public/www"
ServerName www.site.ru
ServerAlias site.ru
<Directory "/var/websiteexample/public/www">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
<VirtualHost *:443>
DocumentRoot "/var/websiteexample/public/www"
ServerName www.site.ru
ServerAlias site.ru
#You might also need: SSLCertificateChainFile
SSLCertificateFile /root/www.site.ru.crt
SSLCertificateKeyFile /root/www.site.ru.key
<Directory "/var/websiteexample/public/www">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
<VirtualHost *:443>
DocumentRoot "/var/websiteexample/public/www"
ServerName moscow.site.ru
SSLCertificateFile /root/moscow.site.ru.pem
SSLCertificateKeyFile /root/moscow.site.ru.key
<Directory "/var/websiteexample/public/www">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /public_html/mobile/?path=$1 [NC,L,QSA]
xdebug.remote_connect_back=1
xdebug.remote_host=xx.yy.zz.1
return $object; //или
return response()->json($object);
$myArray = $customer->get()->toArray();
$myArray = $this->doStuff($myArray);
return $myArray;
RewriteEngine on
RewriteRule ^toindex.php?product=363$ index.php?id=3363&tovar_1=8495&type=3 [NC]