How to add docker superset image in aws elastic container service (AWS ECS)? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to add docker superset image in aws elastic container service (AWS ECS)?

I am trying to build a container by changing sample-app image from httpd to abhioncbr/docker-superset from this link https://hub.docker.com/r/abhioncbr/docker-superset. But it is not working. Can anyone try to explain what are the exact steps i need to follow.

12th Aug 2020, 3:45 PM
Rishabh Agrawal
Rishabh Agrawal - avatar
3 Respuestas
+ 1
https://hub.docker.com/r/abhioncbr/docker-superset already show you the steps of the docker image installation. Make sure you turn on the required port numbers from ECS for the container to access.
30th Dec 2020, 1:54 PM
Calviղ
Calviղ - avatar
0
This is a complex issue with no easy answer, it also depends how your environment is configured. Is this for personal use or corporate? Also, you need to use the AWSCLI, it is your best friend for this. If you have tried and failed it would be best to check your audit logs, cloudwatch, etc for exact error messages or reasons why the upload is failing. The steps below do a great job explaining what to do. https://dzone.com/articles/deploying-docker-containers-to-aws-ecs
12th Aug 2020, 7:23 PM
Steven M
Steven M - avatar
0
Steven M Thanks for the info. Actually this is for my personal project and i tried to do it in the console only. Will look into cli later. What i did was changing the image of sample app (provided by aws) image from httpd to docker-superset. But nothing is happening.
13th Aug 2020, 4:11 AM
Rishabh Agrawal
Rishabh Agrawal - avatar