Rename static dockerfiles to reflect their distros

This commit is contained in:
Leonardo Rochael Almeida 2019-12-09 15:09:23 -03:00
parent d6f7ae40b6
commit 1956d59152
3 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ the install script will usually create the device automatically; or
* manually create the device with the command `mknod /dev/fuse -m 0666 c 10 229`
(see [this code](https://github.com/libfuse/libfuse/blob/f0e08cc700d629da2d46def8b620b0ed858cc0d9/util/install_helper.sh#L35))
3. Clone this repository, and switch to the top-level folder containing the file `Dockerfile.static`;
3. Clone this repository, and switch to the top-level folder containing the file "`Dockerfile.static.ubuntu`";
4. Launch the build with the command (note the single dot `.` at the end):
```
buildah bud -v $PWD:/build/fuse-overlayfs -t fuse-overlayfs -f ./Dockerfile.simpler .
buildah bud -v $PWD:/build/fuse-overlayfs -t fuse-overlayfs -f ./Dockerfile.static.ubuntu .
```
5. Copy the resulting binary to your host: