By Morgan Lucas (she/her) , and this video from Be A Better Dev

Tech used:

The App In The Container

Packaging an app with Dockerfile

<aside> 💡 If you’re repackaging something that’s already a Dockerfile and run docker images, it may say created x amount of time ago. That’s fine, your package has been made. It uses when the file was originally made, even if you’ve repackaged it!

</aside>

Mine today is called runtcpiptest

Creating the ECR Repository

With an option for a Public or Private repository, I go with private.

I also log into the Registry through the terminal. I have to ask it for the password using my AWS Account ID and region. It never shows me the password, but knowing the account ID, I log in successfully.

Uploading The Image to the ECR