Use a custom image in rancher UI

Hello all,

I just created a custom image to deploy our app, imported in docker(on ranch server) as below:

[root@rancher01 ~]# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
myapp-ti latest 306b6b1c1434 2 hours ago 735.9 MB
rancher/server latest 25c20134881a 2 weeks ago 845 MB

It’s possible to use this image(myapp-ti) when I create a new container?

Here is the error that I get on logs:

2016-01-08 20:53:26,737 ERROR [71c3bf97-f508-4be0-a2d3-2ba2fa7e4148:306] [instance:14->instanceHostMap:14] [instance.start->(InstanceStart)->instancehostmap.activate] [] [cutorService-21] [c.p.e.p.i.DefaultProcessInstanceImpl] Unknown exception io.cattle.platform.eventing.exception.EventExecutionException: e3ef7402-4127-48f2-81c5-eee8f87d47ed : Image [ myapp-ti:latest] failed to pull: Error: image library/myapp-ti:latest not found

Looks like I need add my image to the library, how I can achieve that?

Best Regards,

Danilo F. Chilene