Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Conversation

@rsora
Copy link
Contributor

@rsora rsora commented Oct 8, 2018

This PR implements support for basic container deployments on edge devices.
Supported platform are Ubuntu 16.04 on x86 devices, and debian like on ARM (read RaspberriPi)
Functionalities includes:

  • docker-ce auto installation via repository or via helper script provided by docker
  • docker ps -a also docker ps for a single container
  • docker run also with private repo and .docker/config.json support for save credentials
  • docker start/stop/rename of a container
  • docker system prune -a to force the host system to be always clean when a container is deleted

all these new functionalities are "end-to-end" tested via a test facility that is implemented with:

  • vagrant
  • ansible
  • make
  • s3

the new functionalities needs also to be linter compliant, but the compliancy will be addressed in another PR

Roberto Sora added 30 commits October 8, 2018 18:18
@rsora rsora self-assigned this Oct 8, 2018
@rsora rsora requested review from facchinm and matteosuppo and removed request for matteosuppo October 8, 2018 16:33
@rsora rsora changed the title Container deployment [WE-145] Container deployment Oct 9, 2018
@rsora rsora merged commit 9454b5f into master Oct 9, 2018
@guerinoni guerinoni deleted the container-deployment-edit branch August 4, 2020 08:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants