dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

My dockerfiles.

Results 5 dockerfiles issues
Sort by recently updated
recently updated
newest added

like the heading says, how do i use socks5 proxy , as it contains user and pass, where do i pass those here `docker run --privileged=true --net=host -d ncarlier/redsocks 1.2.3.4...

when i run this image in a container in a pod, will this affect the entire system hosting it or only affect the containers in the pod, because im trying...

Thanks for providing this useful container! I have a question about two cassandra configs: `enable_materialized_views` and `enable_transient_replication.` It seems the [official document](http://cassandra.apache.org/doc/latest/configuration/cassandra_config_file.html) does not recommend to enable them in production...

Would be great to show how to deploy to AWS via Ansible? I already have Terraform to provision EC2, ASG, NLB and security.

Wouldn't it be better to use `--addn-hosts=` extra hosts file and generate an extra hosts file, instead of configuring `address` configuration file lines.