You can also enter the php container via ./shell.sh
and use the following cli tools:
Tools | |
---|---|
Angular Cli | |
AsgardCMS Installer | |
Codeception | |
Composer | |
Deployer | |
Git | |
Grunt Cli | |
Gulp | |
Laravel Installer | |
Laravel Lumen | |
Mupdf Tools | |
mysqldump-secure | |
Node | |
Npm | |
Phalcon Devtools | |
Phpunit | |
Stylelint | |
Symfony Cli | |
Vue Cli | |
Webpack Cli | |
Wordpress Cli | |
Wscat | |
Yarn |
You have made the following base configuration to the Devilbox:
Settings | |
---|---|
uid | 1000 |
gid | 1000 |
vHost docroot dir | htdocs |
vHost config dir | .devilbox |
vHost TLD | *.com |
DNS | Enabled |
Postfix | Enabled |
The PHP container can connect to the following services via the specified hostnames and IP addresses.
Service | Hostname / IP |
---|---|
Httpd connect | httpd |
172.16.238.11 | |
random.com | |
PgSQL connect |
pgsql Failed to connect to host: pgsql |
172.16.238.13 Failed to connect to host: 172.16.238.13 |
|
127.0.0.1 Failed to connect to host: 127.0.0.1 |
|
Redis connect | redis |
172.16.238.14 | |
127.0.0.1 | |
Memcached connect | memcd |
172.16.238.15 | |
127.0.0.1 | |
Bind connect | bind |
172.16.238.100 |
Docker | Hostname | IP |
---|---|---|
php | php | 172.16.238.10 |
httpd | httpd | 172.16.238.11 |
pgsql | pgsql | 172.16.238.13 |
redis | redis | 172.16.238.14 |
memcached | memcd | 172.16.238.15 |
bind | bind | 172.16.238.100 |
Docker | Host port | Docker port |
---|---|---|
php | - | 9000 |
httpd |
80 443 |
80 443 |
pgsql | 5432 | 5432 |
redis | 6379 | 6379 |
memcached | 11211 | 11211 |
bind |
1053/tcp 1053/udp |
53/tcp 53/udp |
Docker | Host path | Docker path |
---|---|---|
php | ./../devilbox-htdocs | /shared/httpd |
httpd | ./../devilbox-htdocs | /shared/httpd |
pgsql | Docker volume | /var/lib/postgresql/data/pgdata |
redis | - | - |
memcached | - | - |