https://github.com/cs3org/cs3apis-build
Docker image to build the CS3APIS
https://github.com/cs3org/cs3apis-build
docker
Last synced: 5 months ago
JSON representation
Docker image to build the CS3APIS
- Host: GitHub
- URL: https://github.com/cs3org/cs3apis-build
- Owner: cs3org
- Created: 2019-09-27T08:05:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T17:28:29.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:32:34.809Z (over 1 year ago)
- Topics: docker
- Language: Go
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs3apis-build
Docker image to build the CS3APIS
## Development
See the [cs3apis local compiliation instructions](https://github.com/cs3org/cs3apis) and the
[cs3apis Makefile](https://github.com/cs3org/cs3apis/blob/main/Makefile)
for pointers on how to run and test the code in this repo on your local machine.
So for instance:
```sh
git clone https://github.com/cs3org/cs3apis-build
cd cs3apis-build
docker build -t cs3apis-build .
cd ..
git clone https://github.com/cs3org/cs3apis
cd cs3apis
docker run -v `pwd`:/root/cs3apis cs3apis-build cs3apis-build
cd build/go-cs3apis
git status
// see the result
```