openwrt / openwrt/docker

raspberry pi4 8gb with docker . need support for create image or deploy all

Open
#90 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
625
Forks
103
Avg merge
3d 22h
Merged PRs (30d)
1

Description

i try deploy on my raspberry pi 4 8gb

uname -a
Linux raspberrypi 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux

with docker

root@raspberrypi:/openwrt# docker -v
Docker version 20.10.12, build e91ed57

but i dont undestand the procedure because i clone git and execute

/docker-build.sh $VERSION=21.02.1 $TARGET=aarch64_generi $DOCKER_USER=admin $DOCKER_PASS=admin

  • cp '' ./build/Dockerfile
    cp: impossibile eseguire stat di '': File o directory non esistente

but nothing

i try with

root@raspberrypi:/openwrt# docker run --rm -it openwrtorg/aarch64_generic
Unable to find image 'openwrtorg/aarch64_generic:latest' locally
docker: Error response from daemon: pull access denied for openwrtorg/aarch64_generic, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

but nothing

can help me

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with docker-build.sh and the build/Dockerfile referenced by the report, then reproduce the command on the stated Raspberry Pi and Docker versions. Determine the expected inputs for image creation and deployment, and verify that the documented procedure produces a usable image without the reported missing-file and pull-access errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, linux, raspberry-pi, shell
Domain
build-system, devops, operating-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.