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:...") |
|||
| Line 11: | Line 11: | ||
add "apt-get upgrade -y" to docker file | add "apt-get upgrade -y" to docker file | ||
| − | </syntaxhighlight>[[File:404error.JPG|RTENOTITLE]] | + | </syntaxhighlight> |
| + | [[File:404error.JPG|RTENOTITLE]] | ||
| + | |||
2. some thing wrong when download tiny rfs | 2. some thing wrong when download tiny rfs | ||
Revision as of 09:27, 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 "apt-get upgrade -y" to docker file
2. some thing wrong when download tiny rfs