You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use the Alpine base image as the basis for the container
FROM alpine
# Set the working directory for Docker to run the commands that follow
WORKDIR /opt
# When the container is run, Docker will concatenate the following list of strings with a space between each string and execute the resulting command string: