TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Want to learn enough docker so I can get my job done

1 点作者 dprophecyguy超过 7 年前
Hey everyone, I am junior developer from India. I am working on a project where backend comprises of a Loopback(Node) application and front end is an Angular SPA. Right now I have put my angular app on S3 bucket and want to put my backend in a docker and then deploy it to AWS EC2. Only problem is I don't know how to use docker. If any of you guys can help me with in learning not the full fledged docker but just enough that make sense to put it into AWS that would be fine. Any kind of help would be appreciated.

1 comment

barnstorm超过 7 年前
Install docker on your Dev box. Then do this: <a href="https:&#x2F;&#x2F;nodejs.org&#x2F;en&#x2F;docs&#x2F;guides&#x2F;nodejs-docker-webapp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nodejs.org&#x2F;en&#x2F;docs&#x2F;guides&#x2F;nodejs-docker-webapp&#x2F;</a>