All Projects → docker → Cli

docker / Cli

Licence: apache-2.0
This repository is the home of the cli used in the Docker CE and Docker EE products.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to Cli

Npm Upgrade
Interactive CLI utility to easily update outdated NPM dependencies
Stars: ✭ 245 (-92.24%)
Mutual labels:  cli
Teleconsole
Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
Stars: ✭ 2,750 (-12.86%)
Mutual labels:  cli
Cli Table3
Pretty unicode tables for the command line
Stars: ✭ 250 (-92.08%)
Mutual labels:  cli
Cupertino
CLI for the Apple Dev Center
Stars: ✭ 2,664 (-15.59%)
Mutual labels:  cli
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (-92.08%)
Mutual labels:  cli
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (-91.95%)
Mutual labels:  cli
Favicon Emoji
🖼 Generate an emoji-favicon in your terminal
Stars: ✭ 247 (-92.17%)
Mutual labels:  cli
Syno
Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.
Stars: ✭ 255 (-91.92%)
Mutual labels:  cli
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+0.19%)
Mutual labels:  cli
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+1580.99%)
Mutual labels:  cli
Zapier Platform Cli
💻 Build Zapier integrations and test locally using the JavaScript tools you already know.
Stars: ✭ 249 (-92.11%)
Mutual labels:  cli
Iponmap
commandline IP location finder
Stars: ✭ 250 (-92.08%)
Mutual labels:  cli
Barrelsby
Automatic TypeScript barrels (index.ts files) for your entire code base
Stars: ✭ 252 (-92.02%)
Mutual labels:  cli
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (-12.17%)
Mutual labels:  cli
Gcal Cli
Google Calendar command line tool for Node.js
Stars: ✭ 255 (-91.92%)
Mutual labels:  cli
Telegram.sh
Send telegram messages right from your command line.
Stars: ✭ 247 (-92.17%)
Mutual labels:  cli
Musoq
Use SQL on various data sources
Stars: ✭ 252 (-92.02%)
Mutual labels:  cli
Ff
Find files (ff) by name, fast!
Stars: ✭ 257 (-91.86%)
Mutual labels:  cli
Slack Theme Cli
A CLI tool for changing Slack's desktop app colors
Stars: ✭ 256 (-91.89%)
Mutual labels:  cli
Cli
A simple, fast, and fun package for building command line apps in Go
Stars: ✭ 16,995 (+438.5%)
Mutual labels:  cli

Docker CLI

PkgGoDev Build Status Test Status CircleCI Status Go Report Card Codecov

About

This repository is the home of the cli used in the Docker CE and Docker EE products.

Development

docker/cli is developed using Docker.

Build CLI from source:

docker buildx bake

Build binaries for all supported platforms:

docker buildx bake cross

Build for a specific platform:

docker buildx bake --set binary.platform=linux/arm64 

Build dynamic binary for glibc or musl:

USE_GLIBC=1 docker buildx bake dynbinary 

Run all linting:

docker buildx bake lint shellcheck

Run test:

docker buildx bake test

List all the available targets:

make help

In-container development environment

Start an interactive development environment:

make -f docker.Makefile shell

Legal

Brought to you courtesy of our legal counsel. For more context, please see the NOTICE document in this repo.

Use and transfer of Docker may be subject to certain restrictions by the United States and other governments.

It is your responsibility to ensure that your use and/or transfer does not violate applicable laws.

For more information, please see https://www.bis.doc.gov

Licensing

docker/cli is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].