Skip to content

Commit 855e9ba

Browse files
committed
Changed Docker command to compatible with both Docker and Podman
1 parent 09e5f9e commit 855e9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Linux/Fedora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and running the container.
2323
### Preparing the Container Image
2424
**Note**: These instructions assume you have either Docker or `podman` with
2525
`podman-docker` and `podman-compose` installed.
26-
1. Run `docker build -f ./Dockerfile -t swift-builder:5.5` This will create
26+
1. Run `docker build -t swift-builder:5.5 .` This will create
2727
a new image with the name `swift-builder` and the tag `5.5`. Note that if
2828
using Docker, it may be necessary to prepend the command with `sudo`.
2929
2. Run `docker run -d -v$PWD:/out:Z swift-builder:5.5` The container will be

0 commit comments

Comments
 (0)