https://github.com/okelleydevelopment/wac
The Workshop in A Container
https://github.com/okelleydevelopment/wac
Last synced: 5 months ago
JSON representation
The Workshop in A Container
- Host: GitHub
- URL: https://github.com/okelleydevelopment/wac
- Owner: OkelleyDevelopment
- License: gpl-2.0
- Created: 2021-08-09T18:00:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T23:52:25.000Z (almost 5 years ago)
- Last Synced: 2025-07-28T07:36:29.500Z (11 months ago)
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAC - Workshop in A Container
## Motivation
Develop and implement a containerized workspace for streamlined development on projects. Help define
a baseline standard for all development to mitigate the risks of differing project dependencies.
## Prerequisites
- docker-ce
## Program Compilation and Execution
To build the image:
```
docker build . -t
```
To run and connect:
```
docker container run -it
```
## Known Bugs / Issues
- Do not use in production as the login is the same for everyone unless modified locally.
## Future Goals
- [] Tailor with multi-stage builds, to allow for specific language development
- [] Add instructions for having a script that installs the dependencies for developers to reduce image size