Update README.md

This commit is contained in:
Peter Squicciarini 2019-02-14 14:42:04 -05:00 committed by GitHub
parent 8bbd1735b0
commit 9e55e1f892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,19 @@
# vscodium-docker-files
some dockerfiles to make local testing easier
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