0

I'm developing a software for ESA scientists. I use Eclipse Che to provide them an IDE for their algorithms and for processing.

But they ask to retrieve docker image of project they created inside a workspace. How could I tell eclipse che to store the docker image of a runned project inside a private docker repository ?

Teddy Kossoko
  • 1,168
  • 3
  • 20
  • 48

1 Answers1

0

You can perform docker commit And then docker push

But you will have to realize which running Docker container is connected to a workspace of a user. You can take a look at container name that should contain workspace id.

gaal
  • 148
  • 1
  • 5