Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Created February 12, 2016 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalandy/2ea5f90f7bee0743516e to your computer and use it in GitHub Desktop.
Save pascalandy/2ea5f90f7bee0743516e to your computer and use it in GitHub Desktop.
for:
http://blog.osteel.me/posts/2015/12/18/from-vagrant-to-docker-how-to-use-docker-for-local-web-development.html?_tmc=p9YSlYM8PUi910_DgJBWHWy5TAOXitPRIcD-63k32ac&mkt_tok=3RkMMJWWfF9wsRonuqTMZKXonjHpfsX86uwkWKe0lMI%2F0ER3fOvrPUfGjI4DTsJjI%2BSLDwEYGJlv6SgFQ7LMMaZq1rgMXBk%3D
— — — — — — — — — —
Attaching to dockertutorialbyosteel_phpmyadmin_1, dockertutorialbyosteel_nginx_1, dockertutorialbyosteel_php_1, dockertutorialbyosteel_mysql_1, dockertutorialbyosteel_data_1, dockertutorialbyosteel_app_1
phpmyadmin_1 | + [ ! -f /www/config.secret.inc.php ]
php_1 | [12-Feb-2016 17:32:47] NOTICE: fpm is running, pid 1
php_1 | [12-Feb-2016 17:32:47] NOTICE: ready to handle connections
php_1 | 172.17.0.4 - 12/Feb/2016:17:33:04 +0000 "GET /index.php" 200
phpmyadmin_1 | + cat
phpmyadmin_1 | + head -n 1
phpmyadmin_1 | + fold -w 32
phpmyadmin_1 | + tr -dc a-zA-Z0-9
phpmyadmin_1 | + cat /dev/urandom
phpmyadmin_1 | + exec php -S 0.0.0.0:80 -t /www/
phpmyadmin_1 | PHP 5.6.17 Development Server started at Fri Feb 12 18:04:47 2016
php_1 | 172.17.0.4 - 12/Feb/2016:17:33:07 +0000 "GET /index.php" 200
php_1 | 172.17.0.4 - 12/Feb/2016:17:45:30 +0000 "GET /index.php" 200
php_1 | 172.17.0.4 - 12/Feb/2016:18:03:43 +0000 "GET /index.php" 200
php_1 | 172.17.0.4 - 12/Feb/2016:18:05:00 +0000 "GET /index.php" 200
mysql_1 | Initializing database
mysql_1 | 2016-02-12T17:32:47.174435Z 0 [Warning] InnoDB: New log files created, LSN=45790
mysql_1 | 2016-02-12T17:32:47.207552Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
mysql_1 | 2016-02-12T17:32:47.295003Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: a1c0cbe3-d1ae-11e5-a5df-0242ac110002.
mysql_1 | 2016-02-12T17:32:47.302021Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
mysql_1 | 2016-02-12T17:32:47.302396Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
mysql_1 | 2016-02-12T17:32:48.032775Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:48.032858Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:48.032882Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:48.032900Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:48.032937Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | Database initialized
mysql_1 | MySQL init process in progress...
mysql_1 | 2016-02-12T17:32:50.329127Z 0 [Note] mysqld (mysqld 5.7.10) starting as process 38 ...
mysql_1 | 2016-02-12T17:32:50.331867Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1 | 2016-02-12T17:32:50.331913Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2016-02-12T17:32:50.331922Z 0 [Note] InnoDB: Uses event mutexes
mysql_1 | 2016-02-12T17:32:50.331929Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1 | 2016-02-12T17:32:50.331936Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
mysql_1 | 2016-02-12T17:32:50.331942Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2016-02-12T17:32:50.332110Z 0 [Note] InnoDB: Number of pools: 1
mysql_1 | 2016-02-12T17:32:50.332190Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2016-02-12T17:32:50.337522Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1 | 2016-02-12T17:32:50.343106Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2016-02-12T17:32:50.344371Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2016-02-12T17:32:50.355930Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2016-02-12T17:32:50.362993Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2016-02-12T17:32:50.363182Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2016-02-12T17:32:50.382202Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2016-02-12T17:32:50.382887Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1 | 2016-02-12T17:32:50.382910Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1 | 2016-02-12T17:32:50.383409Z 0 [Note] InnoDB: Waiting for purge to start
mysql_1 | 2016-02-12T17:32:50.433868Z 0 [Note] InnoDB: 5.7.10 started; log sequence number 2491156
mysql_1 | 2016-02-12T17:32:50.434195Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2016-02-12T17:32:50.435539Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
mysql_1 | 2016-02-12T17:32:50.435823Z 0 [Note] InnoDB: not started
mysql_1 | 2016-02-12T17:32:50.436066Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2016-02-12T17:32:50.438372Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:50.438455Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:50.438480Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:50.438495Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:50.439404Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:50.445253Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160212 17:32:50
mysql_1 | 2016-02-12T17:32:50.446805Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2016-02-12T17:32:50.446947Z 0 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.7.10' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/Factory' as time zone. Skipping it.
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/posix/Factory' as time zone. Skipping it.
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/right/Factory' as time zone. Skipping it.
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_1 | 2016-02-12T17:32:52.744341Z 4 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:52.744437Z 4 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:52.744491Z 4 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1 | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1 | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1 |
mysql_1 | /entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
mysql_1 |
mysql_1 | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1 | 2016-02-12T17:32:52.760962Z 8 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:52.760993Z 8 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:52.761095Z 8 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:52.761900Z 0 [Note] Giving 0 client threads a chance to die gracefully
mysql_1 | 2016-02-12T17:32:52.761922Z 0 [Note] Shutting down slave threads
mysql_1 | 2016-02-12T17:32:52.761930Z 0 [Note] Forcefully disconnecting 0 remaining clients
mysql_1 | 2016-02-12T17:32:52.761937Z 0 [Note] Event Scheduler: Purging the queue. 0 events
mysql_1 | 2016-02-12T17:32:52.761967Z 0 [Note] Binlog end
mysql_1 | 2016-02-12T17:32:52.762619Z 0 [Note] Shutting down plugin 'ngram'
mysql_1 | 2016-02-12T17:32:52.762635Z 0 [Note] Shutting down plugin 'ARCHIVE'
mysql_1 | 2016-02-12T17:32:52.762642Z 0 [Note] Shutting down plugin 'partition'
mysql_1 | 2016-02-12T17:32:52.762647Z 0 [Note] Shutting down plugin 'BLACKHOLE'
mysql_1 | 2016-02-12T17:32:52.762666Z 0 [Note] Shutting down plugin 'MyISAM'
mysql_1 | 2016-02-12T17:32:52.762677Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
mysql_1 | 2016-02-12T17:32:52.762684Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
mysql_1 | 2016-02-12T17:32:52.762689Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
mysql_1 | 2016-02-12T17:32:52.762694Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
mysql_1 | 2016-02-12T17:32:52.762699Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
mysql_1 | 2016-02-12T17:32:52.762704Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
mysql_1 | 2016-02-12T17:32:52.762709Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
mysql_1 | 2016-02-12T17:32:52.762713Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
mysql_1 | 2016-02-12T17:32:52.762718Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
mysql_1 | 2016-02-12T17:32:52.762723Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_1 | 2016-02-12T17:32:52.762727Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
mysql_1 | 2016-02-12T17:32:52.762732Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_1 | 2016-02-12T17:32:52.762736Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
mysql_1 | 2016-02-12T17:32:52.762741Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_1 | 2016-02-12T17:32:52.762745Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
mysql_1 | 2016-02-12T17:32:52.762750Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
mysql_1 | 2016-02-12T17:32:52.762754Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
mysql_1 | 2016-02-12T17:32:52.762759Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
mysql_1 | 2016-02-12T17:32:52.762764Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
mysql_1 | 2016-02-12T17:32:52.762768Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
mysql_1 | 2016-02-12T17:32:52.762773Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
mysql_1 | 2016-02-12T17:32:52.762777Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
mysql_1 | 2016-02-12T17:32:52.762782Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
mysql_1 | 2016-02-12T17:32:52.762787Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
mysql_1 | 2016-02-12T17:32:52.762798Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
mysql_1 | 2016-02-12T17:32:52.762803Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
mysql_1 | 2016-02-12T17:32:52.762808Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
mysql_1 | 2016-02-12T17:32:52.762813Z 0 [Note] Shutting down plugin 'INNODB_CMP'
mysql_1 | 2016-02-12T17:32:52.762817Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
mysql_1 | 2016-02-12T17:32:52.762822Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
mysql_1 | 2016-02-12T17:32:52.762826Z 0 [Note] Shutting down plugin 'INNODB_TRX'
mysql_1 | 2016-02-12T17:32:52.762831Z 0 [Note] Shutting down plugin 'InnoDB'
mysql_1 | 2016-02-12T17:32:52.762889Z 0 [Note] InnoDB: FTS optimize thread exiting.
mysql_1 | 2016-02-12T17:32:52.762956Z 0 [Note] InnoDB: Starting shutdown...
mysql_1 | 2016-02-12T17:32:52.863403Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mysql_1 | 2016-02-12T17:32:52.863819Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160212 17:32:52
mysql_1 | 2016-02-12T17:32:54.293482Z 0 [Note] InnoDB: Shutdown completed; log sequence number 11990130
mysql_1 | 2016-02-12T17:32:54.294681Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_1 | 2016-02-12T17:32:54.294703Z 0 [Note] Shutting down plugin 'CSV'
mysql_1 | 2016-02-12T17:32:54.294711Z 0 [Note] Shutting down plugin 'MEMORY'
mysql_1 | 2016-02-12T17:32:54.294718Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_1 | 2016-02-12T17:32:54.294737Z 0 [Note] Shutting down plugin 'sha256_password'
mysql_1 | 2016-02-12T17:32:54.294742Z 0 [Note] Shutting down plugin 'mysql_native_password'
mysql_1 | 2016-02-12T17:32:54.294855Z 0 [Note] Shutting down plugin 'binlog'
mysql_1 | 2016-02-12T17:32:54.295212Z 0 [Note] mysqld: Shutdown complete
mysql_1 |
mysql_1 |
mysql_1 | MySQL init process done. Ready for start up.
mysql_1 |
mysql_1 | 2016-02-12T17:32:54.508467Z 0 [Note] mysqld (mysqld 5.7.10) starting as process 1 ...
mysql_1 | 2016-02-12T17:32:54.511528Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1 | 2016-02-12T17:32:54.511593Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2016-02-12T17:32:54.511604Z 0 [Note] InnoDB: Uses event mutexes
mysql_1 | 2016-02-12T17:32:54.511611Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1 | 2016-02-12T17:32:54.511618Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
mysql_1 | 2016-02-12T17:32:54.511624Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2016-02-12T17:32:54.511795Z 0 [Note] InnoDB: Number of pools: 1
mysql_1 | 2016-02-12T17:32:54.511908Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2016-02-12T17:32:54.517391Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1 | 2016-02-12T17:32:54.523212Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2016-02-12T17:32:54.524957Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2016-02-12T17:32:54.536373Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2016-02-12T17:32:54.545379Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2016-02-12T17:32:54.545478Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2016-02-12T17:32:54.562023Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2016-02-12T17:32:54.562681Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1 | 2016-02-12T17:32:54.562699Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1 | 2016-02-12T17:32:54.563119Z 0 [Note] InnoDB: Waiting for purge to start
mysql_1 | 2016-02-12T17:32:54.613627Z 0 [Note] InnoDB: 5.7.10 started; log sequence number 11990130
mysql_1 | 2016-02-12T17:32:54.613897Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2016-02-12T17:32:54.615140Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
mysql_1 | 2016-02-12T17:32:54.615167Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1 | 2016-02-12T17:32:54.615196Z 0 [Note] IPv6 is available.
mysql_1 | 2016-02-12T17:32:54.615207Z 0 [Note] - '::' resolves to '::';
mysql_1 | 2016-02-12T17:32:54.615215Z 0 [Note] Server socket created on IP: '::'.
mysql_1 | 2016-02-12T17:32:54.615515Z 0 [Note] InnoDB: not started
mysql_1 | 2016-02-12T17:32:54.615593Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2016-02-12T17:32:54.617977Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:54.618046Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:54.619588Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
mysql_1 | 2016-02-12T17:32:54.623383Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160212 17:32:54
mysql_1 | 2016-02-12T17:32:54.624703Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2016-02-12T17:32:54.624807Z 0 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.7.10' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment