mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-04 08:03:40 -05:00
Signed-off-by: ollevche <ollevche@gmail.com> Signed-off-by: Oleksandr Levchenkov <ollevche@gmail.com>
6 lines
147 B
Bash
6 lines
147 B
Bash
docker run \
|
|
--workdir=/srv/workspace \
|
|
--mount type=bind,source=.,target=/srv/workspace \
|
|
ghcr.io/opentofu/opentofu:latest \
|
|
init
|