Giter VIP home page Giter VIP logo

opensource's Introduction

This repo contains documentation and scripts related to the management of Open Source at Docker.

The compiled list of maintainers of all Docker subprojects can be found at MAINTAINERS.

opensource's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opensource's Issues

Docs: Copying of built binaries in dev container needs change in path

In https://docs.docker.com/opensource/project/set-up-dev-env/
---> Task 2. Start a development container
---> Step 7. Copy the binary to the container’s /usr/bin directory.

root@a8b2885ab900:/go/src/github.com/docker/docker# cp bundles/1.12.0-dev/binary/docker* /usr/bin

The source path of this copy command is incorrect. The directories created as part of the build artifacts are bundles/binary-client and bundles/binary-daemon.

So the command(s) should be:

root@a8b2885ab900:/go/src/github.com/docker/docker# cp bundles/1.12.0-dev/binary-client/docker* /usr/bin/

and

root@a8b2885ab900:/go/src/github.com/docker/docker# cp bundles/1.12.0-dev/binary-daemon/docker* /usr/bin/

Should go here https://github.com/docker/opensource/blob/master/docs/project/set-up-dev-env.md

Update docs missing referrence to windows platform on Organize our issues page.

Just built the latest version of the docs and noticed minor update would be required to Organize our issues page for missing reference to Windows platform. Jump to section ===> How Do I triage ?

kitematic/kitematic     Kitematic is a simple application for managing Docker containers on Mac OS X.

should be replaced to

kitematic/kitematic     Kitematic is a simple application for managing Docker containers on Mac OS X and Windows.

Add a README

This repo needs a README explaining what it is for

Cleanup labels on docker/docker

  • Remove duplicate/redundant labels
  • Remove labels which are not being used
  • Make sure they are formatted using the same structure

Failure trying to cross compile GO 1.7

I've just been following the (excellent) instructions in Get the required software for Windows and when I got to step 9 from Install Go and cross-compile it, it fails with:

PS C:\go\src> .\make.bat
##### Building Go bootstrap tool.
cmd/dist
ERROR: Cannot find C:\Users\matt\Go1.4\bin\go.exe
"Set GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4."

I'm running on WIndows Server 2016 TP5.

I tried to install Go 1.4 via the msi, and that uninstalled Go 1.7. I then re-installed Go 1.7, and that uninstalled Go 1.4.

Create a "project" template directory

Create a directory containing all documents and instructions on how to setup a new repository;

  • standard LICENSE and NOTICE
  • CONTRIBUTING.md (including DCO instructions)
  • instructions how to set up DCO check
  • MAINTAINERS file
  • CI config (and instructions)

Centralized README for documentation contributors

We should have a central readme for documentation contributors and then included it in every project/docs. README should cover these topics which we all agree on:

  • 80 character wrap is standard across the projects
  • Gists process is preferred over line-by-line commentary
  • After Gist round if a user just cut-n-paste but no formatting: pull and carry formatting fix
  • Editing directly in Git while easy to do; follow on changes can quickly overwhelm the newbie user who is gravitates to it (Thea)

IRC v/s Gitter

It's hard for people be active on multiple chat channels. Maybe decide on one and stop using others

Create "sandbox" repository for new contributors

We should have a repository that new contributors can use to create pull-requests on, to learn the contributing procedures. The "contributing guide" should use that repository in the examples (to prevent users from accidentally creating PRs against the "real" repositories).

Gordon/Leeroy can automatically respond to those PR's, and do fun things like "congratulate" them on a successful pull request, teach how to sign-off commits, rebase, etc.

For some background, see moby/moby#17330 (comment)

/cc @moxiegirl @SvenDowideit

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.