LinearTapeFileSystem / LinearTapeFileSystem/Ubuntu2004-Build

Missing documentation for using Docker build action

未关闭
#1 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Dockerfile
星标
2
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

Hello. 😄

Thanks for providing the Docker actions to create proper build environments!

I've successfully created a new Docker image on Ubuntu 20.04.3 using the action, but what is the intended/proper way to provide the ltfs source code to the image/container?

I've built the docker image by executing this in the Ubuntu2004-Build folder:
$ docker build -t ltfs-ubuntu .

When I try to run or enter the container, I always get the following error:

/entrypoint.sh: 3: ./autogen.sh: not found
/entrypoint.sh: 4: ./configure: not found
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.

Makes perfect sense, because the source is not inside the image, nor is WORKDIR set.
I'm rather new to Docker, and I'd be very grateful if you could add usage instructions to the README.md.

Thanks in advance!

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 README.md 和 Ubuntu2004-Build 文件夹开始,然后检查 docker build 命令以及 entrypoint.sh 中的错误。记录如何向镜像或容器提供 LTFS 源代码,以及如何设置工作目录,以便所示的构建命令能够成功运行。

由索引模型根据 Issue 内容生成。

评估

技术栈
docker
领域
documentation
Issue 类型
文档
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。