Skip to content

ONE LANGUAGE DockerHub repositoryΒ #208

@abdorah

Description

@abdorah

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

  1. 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.
  2. 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:

  1. run the container
    image
  2. connect to the container
    Screenshot from 2021-07-30 17-47-28
  3. Now you can work from within the docker container and the previous step will open this new VSCode window
    Screenshot from 2021-07-30 17-50-53
  4. Choose One directory
    Screenshot from 2021-07-30 17-52-25
  5. finally here you go!
    Screenshot from 2021-07-30 17-53-15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions