One (onelang) is an open-source system programming language that makes it easy to build reliable, efficient and performant software. (release as soon) 1️⃣ 🕐 🩱
Hello everyone!
Since I created the first version of our docker repository I will give you a full description of our goal and our ideas related to this topic.
The docker repository was created by a GitHub workflow (this is the first attempt and can be changed later).
What we need for the docker repository
The first important thing is that the image is going to be updated automatically using Github actions, so we need to find a method to set up a version of docker images.
We will need a README.md file also, I am excited to hear your ideas about this file. Yet, I think it needs essentially a good description of our project, how to use it, and something like the following part (How to use the docker image as a workspace (with VSCode)).
How to use the docker image as a workspace (with VSCode)
You can pull the image directly which contains the setup development environment ( contains git and LLVM ...) with the entire ONE code. So you can use the image directly for development. I use VSCode for development so I will show you how to use it with the image. To do so, you will need Visual Studio Code Remote Development. After running your container, you can work from within the container:
run the container
connect to the container
Now you can work from within the docker container and the previous step will open this new VSCode window
Hello everyone! Since I created the first version of our docker repository I will give you a full description of our goal and our ideas related to this topic. The docker repository was created by a GitHub workflow (this is the first attempt and can be changed later).
What we need for the docker repository
How to use the docker image as a workspace (with VSCode)
You can pull the image directly which contains the setup development environment ( contains git and LLVM ...) with the entire
ONE
code. So you can use the image directly for development. I use VSCode for development so I will show you how to use it with the image. To do so, you will need Visual Studio Code Remote Development. After running your container, you can work from within the container:One
directory