摘要: http://localhost:8088 阅读全文
posted @ 2017-12-26 16:16 咸鱼翻身 阅读(370) 评论(0) 推荐(1)
摘要: 一、进入容器 查看运行的容器:docker ps docker attach confident_thompson 或者 docker attach 34cd2299110f docker exec -it confident_thompson /bin/sh 或者 docker exec -it  阅读全文
posted @ 2017-12-26 13:30 咸鱼翻身 阅读(1204) 评论(1) 推荐(0)
摘要: docker search superset amancevice/superset [0.22.1] Superset on Debian/Python3 94 [OK] docker pull amancevice/superset:0.22.1 docker run -d -p 8088:8088 -v /dockersuperset:/home/superset ... 阅读全文
posted @ 2017-12-26 10:32 咸鱼翻身 阅读(2336) 评论(1) 推荐(0)
摘要: https://segmentfault.com/a/1190000005083953 http://blog.csdn.net/bingoxubin/article/details/78583165 https://hub.docker.com/r/amancevice/superset/ htt 阅读全文
posted @ 2017-12-26 09:05 咸鱼翻身 阅读(415) 评论(0) 推荐(0)