https://github.com/vscodium/vscodium-docker-files
some dockerfiles to make local testing easier
https://github.com/vscodium/vscodium-docker-files
Last synced: 5 months ago
JSON representation
some dockerfiles to make local testing easier
- Host: GitHub
- URL: https://github.com/vscodium/vscodium-docker-files
- Owner: VSCodium
- License: mit
- Created: 2019-02-14T16:11:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T17:02:08.000Z (over 7 years ago)
- Last Synced: 2025-02-26T05:33:29.162Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscodium-docker-files
makes it easier to troubleshoot problems in the Travis builds
the dockerfiles should install the necessary dependencies and clone the vscodium + vscode repos. then you can drop in and build or tweak things as desired.
### building
for now there's just the 32-bit file:
```bash
docker build -t vscodium-ia32 -f Dockerfile.ia32 .
```
### getting a shell
```bash
docker run -it vscodium-ia32 bash
```
## License
MIT