143 captures
16 Aug 2014 - 29 Dec 2025
Aug SEP Oct
17
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Archive Team

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

Collection: ArchiveBot: The Archive Team Crowdsourced Crawler

ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).

To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.

There is a dashboard running for the archivebot process at http://www.archivebot.com.

ArchiveBot's source code can be found at https://github.com/ArchiveTeam/ArchiveBot.

TIMESTAMPS
The Wayback Machine - http://web.archive.org/web/20200917103436/https://github.com/docker/docker-py
Skip to content
Sign in Sign up
  • Star
  • Fork 1.4k
  • A Python library for the Docker Engine API

    docker-py.readthedocs.io/
    Apache-2.0 License
    4.9k stars 1.4k forks
    Star
    Watch
    master
    11 branches 107 tags
    Go to file
    Code

    If nothing happens, download GitHub Desktop and try again.

    If nothing happens, download GitHub Desktop and try again.

    If nothing happens, download Xcode and try again.

    If nothing happens, download the GitHub extension for Visual Studio and try again.

    Latest commit

    aiordache and ulyssessouza Add release 4.3.1 information to changelog
    ed46fb0 Sep 7, 2020
    Add release 4.3.1 information to changelog
    Signed-off-by: aiordache <anca.iordache@docker.com>
    ed46fb0

    Git stats

    Files

    Permalink
    Failed to load latest commit information.
    Type
    Name
    Latest commit message
    Commit time
    docker
    Merge pull request #2650 from aiordache/default_version_auto
    Aug 20, 2020
    docs
    Add release 4.3.1 information to changelog
    Sep 7, 2020
    scripts
    Fix versions.py to include release stage
    May 1, 2019
    tests
    set engine version for unit tests to avoid querying the engine
    Aug 20, 2020
    .coveragerc
    Add coverage
    Jul 11, 2014
    .dockerignore
    Makes docs builds faster and ensures proper ownership
    Apr 15, 2017
    .editorconfig
    Add EditorConfig to the repo.
    Oct 22, 2015
    .gitignore
    Add new Sphinx documentation
    Nov 22, 2016
    .readthedocs.yml
    Add readthedocs config
    May 19, 2019
    .travis.yml
    Implement context management, lifecycle and unittests.
    Feb 6, 2020
    CONTRIBUTING.md
    Rename non-URL occurrences of docker-py to "Docker SDK for Python"
    Dec 12, 2016
    Dockerfile
    E] Signed-off-by: Sebastiaan van Stijn " class="link-gray" href="/web/20200917103436/https://github.com/docker/docker-py/commit/ea4fbd7ddf5ff1b7a9b4a1900522d51537387156">Update to python 3.7 (buster) and use build-args
    Oct 3, 2019
    Dockerfile-docs
    E] Signed-off-by: Sebastiaan van Stijn " class="link-gray" href="/web/20200917103436/https://github.com/docker/docker-py/commit/ea4fbd7ddf5ff1b7a9b4a1900522d51537387156">Update to python 3.7 (buster) and use build-args
    Oct 3, 2019
    Dockerfile-py3
    E] Signed-off-by: Sebastiaan van Stijn " class="link-gray" href="/web/20200917103436/https://github.com/docker/docker-py/commit/ea4fbd7ddf5ff1b7a9b4a1900522d51537387156">Update to python 3.7 (buster) and use build-args
    Oct 3, 2019
    Jenkinsfile
    Update test engine version to 19.03.12
    Jun 30, 2020
    LICENSE
    Fix licenses
    Sep 5, 2016
    MAINTAINERS
    Update MAINTAINERS file
    Mar 29, 2018
    MANIFEST.in
    Make dockerpycreds part of the SDK under docker.credentials
    May 1, 2019
    Makefile
    Add file environment variable to integration-dind
    Aug 18, 2020
    README.md
    Require "requests[security]" if the `[tls]` option is selected, which…
    Aug 17, 2017
    appveyor.yml
    Implement context management, lifecycle and unittests.
    Feb 6, 2020
    docs-requirements.txt
    Add new Sphinx documentation
    Nov 22, 2016
    pytest.ini
    pytest: update to v4.2.1 - use xunit2 for compatibility with Jenkins
    Oct 3, 2019
    requirements.txt
    Upgrade Windows dependency
    Jul 7, 2020
    setup.cfg
    Add License to PyPi metadata
    Mar 17, 2017
    setup.py
    Upgrade Windows dependency
    Jul 7, 2020
    test-requirements.txt
    Implement context management, lifecycle and unittests.
    Feb 6, 2020
    tox.ini
    Stop supporting EOL Python 3.4
    May 2, 2019

    README.md

    Docker SDK for Python

    Build Status

    A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.

    Installation

    The latest stable version is available on PyPI. Either add docker to your requirements.txt file or install with pip:

    pip install docker
    

    If you are intending to connect to a docker host via TLS, add docker[tls] to your requirements instead, or install with pip:

    pip install docker[tls]
    

    Usage

    Connect to Docker using the default socket or the configuration in your environment:

    import docker
    client = docker.from_env()

    You can run containers:

    >>> client.containers.run("ubuntu:latest", "echo hello world")
    'hello world\n'

    You can run containers in the background:

    >>> client.containers.run("bfirsh/reticulate-splines", detach=True)
    <Container '45e6d2de7c54'>

    You can manage containers:

    >>> client.containers.list()
    [<Container '45e6d2de7c54'>, <Container 'db18e4f20eaa'>, ...]
    
    >>> container = client.containers.get('45e6d2de7c54')
    
    >>> container.attrs['Config']['Image']
    "bfirsh/reticulate-splines"
    
    >>> container.logs()
    "Reticulating spline 1...\n"
    
    >>> container.stop()

    You can stream logs:

    >>> for line in container.logs(stream=True):
    ...   print line.strip()
    Reticulating spline 2...
    Reticulating spline 3...
    ...

    You can manage images:

    >>> client.images.pull('nginx')
    <Image 'nginx'>
    
    >>> client.images.list()
    [<Image 'ubuntu'>, <Image 'nginx'>, ...]

    Read the full documentation to see everything you can do.

    About

    A Python library for the Docker Engine API

    Topics

    python docker docker-engine-api python-library docker-swarm

    Resources

    Readme

    License

    Apache-2.0 License

    Releases 107

    4.3.1 Latest
    Aug 21, 2020
    + 106 releases

    Packages

    No packages published

    Used by 5,000+

  • @relevium
  • @danballance
  • @stellar
  • @edwardbarak
  • @ryanschostag
  • @sian-alcock
  • @hmc-elephant-s18
  • + 14,253

    Contributors 350

  • @aanand
  • @bfirsh
  • @ulyssessouza
  • @mpetazzoni
  • @thaJeztah
  • @dnephin
  • @aiordache
  • @little-dude
  • @hannseman
  • @TomasTomecek
  • + 339 contributors

    Languages

  • Privacy
  • Security
  • Status
  • Help
  • You can’t perform that action at this time.