Natarajan77 / test

test
0 stars 0 forks source link

su #5

Open Natarajan77 opened 5 years ago

Natarajan77 commented 5 years ago

RUN adduser --disabled-password --gecos '' docker RUN adduser docker sudo RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Natarajan77 commented 5 years ago

wait_timeout = 3600 lower_case_table_names = 1 userstat=1 max_connections = 3010 max_user_connections = 3000 max_connect_errors = 5000 open-files-limit = 200000 performance_schema=ON secure-auth = FALSE skip-external-locking key_buffer_size = 128M max_allowed_packet = 32M table_open_cache = 512 table_definition_cache = 1024 sort_buffer_size = 2M read_buffer_size = 2M read_rnd_buffer_size = 1M myisam_sort_buffer_size = 64M thread_cache_size = 8 query_cache_size = 0 query_cache_type = 0 # (0 off, 1 on enabled, 2 on demand) max_heap_table_size = 32M thread_stack = 196608 tmp_table_size = 32M expire_logs_days = 5 innodb_buffer_pool_size = 12288M innodb_log_file_size = 1966M innodb_log_buffer_size = 16M innodb_flush_log_at_trx_commit = 1 innodb_lock_wait_timeout = 50 innodb_print_all_deadlocks = 1 innodb_log_files_in_group = 2 innodb_flush_method = O_DIRECT innodb_autoextend_increment = 10 innodb_file_per_table = 1 sql_mode = "NO_ENGINE_SUBSTITUTION" innodb_autoinc_lock_mode=2 pxc_strict_mode = PERMISSIVE