Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I completed the DevNet Fundamentals Course using Cisco Learning website but I still can’t access the CE portal and I still can’t use the 48 learning credits I earned.
Hi,My Docker ports and status isn't working well. It doesn't publish ports and status always exit. I've used these commands:docker build -t sample-app-image .docker run -d -P sample-app-imagedocker run -d -p 8080:80 --name pythontest sample-app-image...