File: README.md

package info (click to toggle)
fence-agents 4.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,736 kB
  • sloc: xml: 17,993; python: 17,007; ansic: 12,941; makefile: 431; sh: 224; perl: 135; lex: 106; yacc: 105
file content (10 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Dockerfile to build the fence-agents locally

Usage is as follows:

```
podman build -f docker/Dockerfile -t fence-agents:main .
podman run -it -v $PWD:/code --rm localhost/fence-agents:main
```

In case you are running docker replace `podman` with `docker` and it should work the same.