Create build from Dockerfile:
docker build ./<directory_with_dockerfile>
Create container tag (name):
docker tag <container_id> <image_name>
Push image to remote server:
docker save <image_name> | bzip2 | ssh root@<ip_address> docker load
Create build from Dockerfile:
docker build ./<directory_with_dockerfile>
Create container tag (name):
docker tag <container_id> <image_name>
Push image to remote server:
docker save <image_name> | bzip2 | ssh root@<ip_address> docker load
For further actions, you may consider blocking this person and/or reporting abuse
Mahia Momo -
vigneshiyergithub -
Sudhanshu Gaikwad -
Techpulse -
Top comments (0)