https://github.com/multiarch/true
:earth_africa: /bin/true
https://github.com/multiarch/true
Last synced: 14 days ago
JSON representation
:earth_africa: /bin/true
- Host: GitHub
- URL: https://github.com/multiarch/true
- Owner: multiarch
- License: mit
- Created: 2015-12-04T10:56:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T21:13:35.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T12:13:45.690Z (about 1 year ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/multiarch/true/
- Size: 899 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :earth_africa: true [](https://travis-ci.org/multiarch/true)

```console
$ docker run --rm multiarch/true:linux_amd64 2>/dev/null; echo $?
0
$ docker run --rm multiarch/true:linux_386 2>/dev/null; echo $?
0
$ docker run --rm multiarch/true:linux_arm 2>/dev/null; echo $?
1
```