https://github.com/natrontech/workshop-container
Docs for the container workshop.
https://github.com/natrontech/workshop-container
container docker workshop
Last synced: 26 days ago
JSON representation
Docs for the container workshop.
- Host: GitHub
- URL: https://github.com/natrontech/workshop-container
- Owner: natrontech
- Created: 2024-02-09T09:39:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T07:24:26.000Z (about 2 years ago)
- Last Synced: 2025-07-20T15:24:45.196Z (11 months ago)
- Topics: container, docker, workshop
- Language: JavaScript
- Homepage: https://natrontech.github.io/workshop-container/
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Natron Container Workshop
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.