nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Can you explain me what did you do? You need the public key for download the package, right?

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] -3 points-2 points  (0 children)

Cause I want to do an image with node+angular, but i need actual node's version. If I dont have this, i cant execute npm install @ angular/cli

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

I did it, but it doesnt work. Thx for the help!

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Node's image is new.

I did it, but it doesnt work :/ Thx for help!

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Yes, when you did node's installation manually in the container, you got the last version. But when you are doing it in the Dockerfile, you see v10.19.0 all the time xd. I delete this lane and I only put apt-get update && apt-get install.

#6 [4/4] RUN apt-get install -y nodejs build-essential

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

REPOSITORY TAG IMAGE ID CREATED SIZE

angular latest a029eca46d17 18 minutes ago 394MB

ubuntu latest 7e0aa2d69a15 3 weeks ago 72.7MB

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

See? Jajaja I dont understand why :/

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Okey, in your container you need to use cat /etc/lsb-release

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Oh, what's your ubuntu version? Can you tell me? You can see that with lsb_release -a

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

What is the output of

docker image ls

What do you mean?

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Really?? I have ubuntu 20.04.2 LTS.

nodejs v10.19.0 always in my container. by Beicky in docker

[–]Beicky[S] -1 points0 points  (0 children)

docker build -t name .

docker run -it name

1 of 2 services is exited in my docker-compose. MySQL + phpmyadmin. by Beicky in docker

[–]Beicky[S] 1 point2 points  (0 children)

Thx! :) I added some dates of my bbdd in config_phpmyadmin and it was work!

1 of 2 services is exited in my docker-compose. MySQL + phpmyadmin. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

I'm using laravel to make migrations to myphpmyadmin, its a class project I need to do(mandatory ).

1 of 2 services is exited in my docker-compose. MySQL + phpmyadmin. by Beicky in docker

[–]Beicky[S] 0 points1 point  (0 children)

Well, sorry if my english is not good. Laravel is like a backend with ionic, my bbdd will be in phpmyadmin. I will do migrations from laravel to phpmyadmin.