https://github.com/cynkra/rig-ubuntu-dbi
https://github.com/cynkra/rig-ubuntu-dbi
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cynkra/rig-ubuntu-dbi
- Owner: cynkra
- Created: 2024-02-03T06:31:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:17:48.000Z (over 1 year ago)
- Last Synced: 2025-03-16T01:54:22.295Z (7 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rig-ubuntu-dbi
A Docker image based on cynkra/rig-ubuntu for development of DBI and dm, built daily at 1:00 UTC.
## Usage
```sh
docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/cynkra/rig-ubuntu-dbi:main
```This mounts the current working directory at `~/workspace`, which is also initial starting directory of the image.
## In a Dockerfile
```dockerfile
FROM ghcr.io/cynkra/rig-ubuntu-dbi:main
```