You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
364 B
Makefile

3 months ago
##
# Microchip Tools Container
#
# @file
# @version 0.1
bash:
podman run -it -h LPOD --volume="/etc/localtime:/etc/localtime" --network podman1 --mac-address ${LIBERO_LICENSE_MAC} --rm -v "${XAUTHORITY}:${XAUTHORITY}:ro" -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e "DISPLAY" --security-opt label=type:container_runtime_t localhost/microchip_tools:latest bash
# end