Skip to content

Latest commit

 

History

History

gedit.jupiter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

jupiter-system/gedit

This is the build context to build the image jupiter-system/gedit

Index

  1. Usage
  2. How is the image built?

1. Usage

  1. First connect to the microos server
    user@local:~$ ssh -X user@microos
  2. and create the credential file for the container
    user@microos:~$ echo "" > .docker.xauth
    user@microos:~$ xauth nlist $DISPLAY | sed -e 's/^..../ffff/' | xauth -f .docker.xauth nmerge -
  3. Then download the docker-compose file
  4. Finally run the container:
    user@microos:~$ USERNAME=${USER} USERID=${UID} docker-compose -f gedit.jupiter.compose.yml up

2. How is the image built?

It is built using open build service: