Sign inSign up

valbronx91/jupyter_server

By valbronx91

•Updated about 7 years ago

Image
0

96

valbronx91/jupyter_server repository overview

⁠Working with AMI ID= amzn2-ami-hvm-2.0.20181114-x86_64-gp2 (ami-09693313102a30b2c)

⁠Add security group to open port 443

⁠User data:

#!/bin/bash sudo amazon-linux-extras install docker sudo service docker start sudo systemctl enable docker sudo docker run -dit --restart unless-stopped -p 443:443 valbronx91/firstrepo:latest

⁠Access Jupyter Server with the ip of the ec2 https://ip:443⁠

Tag summary

Content type

Image

Digest

Size

381.4 MB

Last updated

about 7 years ago

docker pull valbronx91/jupyter_server