docker image cannot be snaped

Hi Sgilk ,

I am new to Docker,

I am trying to follow the video example, but i had trouble snapping the app.

I am using ctrlX works App Build Environments and vscode to established a SSH connection.

I run below command:

1) Git clone https://github.com/S-Gilk/ctrlx-docker-mosquitto-interface

2) sudo apt install docker

Now i will need to configure buildx

How to configure buildx? 

When i tried to run build task, it is not recognised in the build task terminal.

warmest regards,

Best reply by Open

Thank you MauMX2 for helping!

I did not run docker as normal user

enter the command line below line by line: Source

 

 sudo addgroup --system docker
 sudo adduser $USER docker
 newgrp docker
 sudo snap disable docker
 sudo snap enable docker

 

Also before executing ./build_all.sh enter this command line "sudo chmod 777 -R *” to enable every user has the rights to not only access this folder, but also read, write and execute it's files.

View original
9 replies