Questions tagged [moby]

Moby Project - a collaborative project by created docker for the container ecosystem to assemble container-based systems

Moby is an open-source project created by Docker to advance the software containerization movement. It provides a “Lego set” of dozens of components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts to experiment and exchange ideas.

At the core of Moby is a framework to assemble specialized container systems. It provides:

  • A library of containerized components for all vital aspects of a container system: OS, container runtime, orchestration, infrastructure management, networking, storage, security, build, image distribution, etc.
  • Tools to assemble the components into runnable artifacts for a variety of platforms and architectures: bare metal (both x86 and Arm); executables for Linux, Mac and Windows; VM images for popular cloud and virtualization providers.
  • A set of reference assemblies which can be used as-is, modified, or used as inspiration to create your own. All Moby components are containers, so creating new components is as easy as building a new OCI-compatible container.

Links :

Home Page

Github

37 questions
0
votes
2 answers

Using docker buildkit's go client, how do I add an entrypoint?

For reasons of precise control of our builds we are using the new buildkit (moby/buildkit) directly. So without a Dockerfile. We are creating a script like this example:…
dhr_p
  • 2,364
  • 1
  • 22
  • 19
0
votes
1 answer

Problem regarding Raspberry pi 3 B mobi-engine installation

Whenever I'm trying to install moby-engine it is showing this error. I want to connect raspberry pi to Azure IoT Edge. I am using the documents of https://learn.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux. Help me to resolve…
0
votes
1 answer

Azure IoTEdge modules fail to connect to IoTHub when using windows containers on windows server

We are using Azure IotEdge with Linux containers deployed on an Ubuntu server. We are successfully running a few modules that gather, process and send data to the IoT Hub. Now, what we want is to deploy another IoTEdge run-time with windows…
Vladislav
  • 2,772
  • 1
  • 23
  • 42
0
votes
1 answer

How to use TaskLogs endpoint of docker go-lang API?

My actual question is, how to get specific version of go-lang docker client? The latest version I can find is v17.03.2-ce which is a year or older. I want to use docker 1.37 which has TaskLogs. But could not find one with this specific version. If I…
wannamit
  • 117
  • 3
  • 9
0
votes
1 answer

Is docker swarm rearranges the services upon draining a node to other nodes?

I've got a Docker Swarm Stack. Three managers and two nodes, precisely. There're few services on one node (on that node only) which are working correctly, and I've got a zombie container on it, which couldn't be killed. I wanted to drain this node…
Ronar
  • 7
  • 3
0
votes
1 answer

Tag 1.10.3 AS base not found in repository docker.io/library/golang

when i try to compile moby (the latest version 2018.08.07), the outcome like this: docker build -t "docker-dev:master" -f "Dockerfile" . Sending build context to Docker daemon 43.28 MB Step 1 : FROM golang:1.10.3 AS base Pulling repository…
user8645601
  • 97
  • 1
  • 7
0
votes
2 answers

Which version of docker/moby best match with kubernetes 1.9.7?

In production, Which version of docker/moby best match with kubernetes 1.9.7 in best practice? I use kubernetes 1.9.7 and docker 1.12.6, there are some errors: "/tmp/docker -c /tmp/k.conf " process use 100% CPU top - 09:33:31 up 18:02, 2 users, …
litanhua
  • 1,437
  • 1
  • 11
  • 12
1 2
3