Coder Social home page Coder Social logo

devops's Introduction

docker-images

This repository holds source code for docker images which are published using TravisCI

Published to: https://hub.docker.com/u/lfmunoz4

Visit docker hub for description of images

Structure

├── alpine
│   └── Dockerfile
├── bertha
│   └── Dockerfile
├── foundationdb
│   ├── app
│   │   ├── Dockerfile
│   │   ├── requirements.txt
│   │   ├── server.py
│   │   └── start.bash
│   ├── build
│   │   ├── Dockerfile
│   │   └── start.bash
│   └── README.md
├── LICENSE
├── Makefile
└── README.md

devops's People

Contributors

lfmunoz avatar

Watchers

 avatar

devops's Issues

[alpine] copy pub key to authorized_keys?

cp ssh_host_rsa_key.pub /root/.ssh/authorized_keys

seems pointless to generate the keys, a user will either have to copy his public key into the server or will have to copy the private key out of the server . Probably best to copy public key into the server.

[alpine] document usage of -d

https://github.com/lfmunoz/docker-images/blob/94f9c8f4dc500c46f382f62807a8a37104c731b3/alpine/Dockerfile#L18

-D When this option is specified, sshd will not detach and does not become a daemon. This allows easy monitoring of sshd.

-d Debug mode. The server sends verbose debug output to standard error, and does not put itself in the background. The server also will not fork and will only process one connection. This option is only intended for debugging for the server. Multiple -d
options increase the debugging level. Maximum is 3.

[fdb] problem connecting from a different server

when connecting from another server I get

Unable to communicate with the cluster controller at 172.17.0.2:4500 to get
status.

https://apple.github.io/foundationdb/configuration.html

/etc/foundationdb# cat foundationdb.conf

public_address = auto:$ID
listen_address = public

public_address: The publicly visible IP:Port of the process. If auto, the address will be the one used to communicate with the coordination servers.

listen_address: The IP:Port that the server socket should bind to. If public, it will be the same as the public_address.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.