小编Hüs*_*mas的帖子

/ bin/sh:apt-get:找不到

我正在尝试将dockerFile更改为与aspell一起使用.我有一个bash脚本,我想要在一个码头包装

Step 4: Wrap the script in a Docker container.

The sample SDK we downloaded earlier contains an example of an action wrapped in a Docker container. In particular, the sample SDK includes a Dockerfile that builds the C program in client/example.c and installs the binary as /blackbox/client/action .

The key line in the sample Dockerfile is:

RUN cd /blackbox/client; gcc -o action example.c

Instead of compiling example.c and installing the binary as an action, we’ll change the Dockerfile to …
Run Code Online (Sandbox Code Playgroud)

bash aspell docker dockerfile

76
推荐指数
2
解决办法
7万
查看次数

标签 统计

aspell ×1

bash ×1

docker ×1

dockerfile ×1