Difference between revisions of "Flex-builder docker"
From ESS-WIKI
(Created page with "You may use "flex-builder docker" command to auto create container, but there are two problems: 1. The original docker file in flex-builder may suffer 404 error. solution:...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
solution: | solution: | ||
| − | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
vim flexbuild_lsdk2012/docker/ubuntu/Dockerfile | vim flexbuild_lsdk2012/docker/ubuntu/Dockerfile | ||
| − | add "apt-get upgrade -y" to docker file | + | add "RUN apt-get upgrade -y" to docker file |
| + | |||
| + | </syntaxhighlight> | ||
| + | |||
| + | |||
| + | [[File:404error.JPG|RTENOTITLE]] | ||
| + | |||
| + | |||
| − | |||
2. some thing wrong when download tiny rfs | 2. some thing wrong when download tiny rfs | ||
Latest revision as of 09:28, 14 September 2021
You may use "flex-builder docker" command to auto create container, but there are two problems:
1. The original docker file in flex-builder may suffer 404 error.
solution:
vim flexbuild_lsdk2012/docker/ubuntu/Dockerfile
add "RUN apt-get upgrade -y" to docker file
2. some thing wrong when download tiny rfs